Procházet zdrojové kódy

emacs.el: C-x c to M-x compile

pull/15/head
10sr před 9 roky
rodič
revize
eef580e6c7
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el Zobrazit soubor

@@ -2523,6 +2523,7 @@ Commands are searched from ALIST."
;; (interactive)
;; (compile "make -k"))
(defalias 'make 'compile)
(define-key ctl-x-map "c" 'compile)

(defvar sed-in-place-history nil
"History of `sed-in-place'.")


Načítá se…
Zrušit
Uložit