(emacs-lisp-mode): Use run-mode-hooks.
(lisp-mode): Likewise.
This commit is contained in:
parent
4df623c073
commit
fb16e93267
1 changed files with 2 additions and 2 deletions
|
@ -320,7 +320,7 @@ if that value is non-nil."
|
|||
(setq mode-name "Emacs-Lisp")
|
||||
(lisp-mode-variables)
|
||||
(setq imenu-case-fold-search nil)
|
||||
(run-hooks 'emacs-lisp-mode-hook))
|
||||
(run-mode-hooks 'emacs-lisp-mode-hook))
|
||||
(put 'emacs-lisp-mode 'custom-mode-group 'lisp)
|
||||
|
||||
(defvar lisp-mode-map
|
||||
|
@ -356,7 +356,7 @@ if that value is non-nil."
|
|||
(setq font-lock-keywords-case-fold-search t)
|
||||
(setq imenu-case-fold-search t)
|
||||
(set-syntax-table lisp-mode-syntax-table)
|
||||
(run-hooks 'lisp-mode-hook))
|
||||
(run-mode-hooks 'lisp-mode-hook))
|
||||
|
||||
;; This will do unless inf-lisp.el is loaded.
|
||||
(defun lisp-eval-defun (&optional and-go)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue