mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-06 23:51:24 -08:00
(gnus-score-mode): Use run-mode-hooks.
This commit is contained in:
parent
d74fa98c01
commit
4f4ac1b406
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ This mode is an extended emacs-lisp mode.
|
|||
(setq mode-name "Score")
|
||||
(lisp-mode-variables nil)
|
||||
(make-local-variable 'gnus-score-edit-exit-function)
|
||||
(run-hooks 'emacs-lisp-mode-hook 'gnus-score-mode-hook))
|
||||
(run-mode-hooks 'emacs-lisp-mode-hook 'gnus-score-mode-hook))
|
||||
|
||||
(defun gnus-score-make-menu-bar ()
|
||||
(unless (boundp 'gnus-score-menu)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue