1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(ledit-mode): Use delay-mode-hooks.

This commit is contained in:
Lute Kamstra 2005-06-13 12:01:43 +00:00
parent d7899a4ee3
commit 16e8b16256

View File

@ -144,7 +144,7 @@ Like Lisp mode, plus these special commands:
To make Lisp mode automatically change to Ledit mode,
do (setq lisp-mode-hook 'ledit-from-lisp-mode)"
(interactive)
(lisp-mode)
(delay-mode-hooks (lisp-mode))
(ledit-from-lisp-mode))
;;;###autoload