Browse Source

fix make

pull/1/head
10sr 11 years ago
parent
commit
876619c93b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View 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"))



Loading…
Cancel
Save