ソースを参照

fix make

pull/1/head
10sr 11年前
コミット
876619c93b
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el ファイルの表示

@@ -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"))



読み込み中…
キャンセル
保存