/[emacs]/emacs/lisp/ledit.el
ViewVC logotype

Diff of /emacs/lisp/ledit.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19 by lute, Thu May 26 13:02:42 2005 UTC revision 1.20 by lute, Mon Jun 13 12:01:43 2005 UTC
# Line 144  Like Lisp mode, plus these special comma Line 144  Like Lisp mode, plus these special comma
144  To make Lisp mode automatically change to Ledit mode,  To make Lisp mode automatically change to Ledit mode,
145  do (setq lisp-mode-hook 'ledit-from-lisp-mode)"  do (setq lisp-mode-hook 'ledit-from-lisp-mode)"
146    (interactive)    (interactive)
147    (lisp-mode)    (delay-mode-hooks (lisp-mode))
148    (ledit-from-lisp-mode))    (ledit-from-lisp-mode))
149    
150  ;;;###autoload  ;;;###autoload

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26