Procházet zdrojové kódy

emacs.el: show version in message buffer

pull/1/head
10sr před 10 roky
rodič
revize
6cea18837a
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

@@ -163,6 +163,7 @@ found, otherwise returns nil."

(add-hook 'after-init-hook
(lambda ()
(message "%s %s" invocation-name emacs-version)
(message "%s was taken to initialize emacs." (emacs-init-time))
(switch-to-buffer "*Messages*")
))


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