Sfoglia il codice sorgente

fix make

pull/1/head
10sr 11 anni fa
parent
commit
876619c93b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Vedi File

@@ -612,7 +612,7 @@ otherwise the path where the library installed."
(require 'read-only-only-mode nil t))

(defun make ()
"Run \"make -k \" in current directory."
"Run \"make -k\" in current directory."
(interactive)
(compile "make -k"))



Caricamento…
Annulla
Salva