diff lisp/lisp-mode.el @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents 6240c7796c7a
children 2f8bb876ab1d
line wrap: on
line diff
--- a/lisp/lisp-mode.el	Mon Aug 13 11:12:06 2007 +0200
+++ b/lisp/lisp-mode.el	Mon Aug 13 11:13:30 2007 +0200
@@ -290,6 +290,8 @@
   (lisp-mode-variables nil)
   (run-hooks 'emacs-lisp-mode-hook))
 
+(put 'emacs-lisp-mode 'font-lock-lisp-like t)
+
 (defvar lisp-mode-map ()
   "Keymap for ordinary Lisp mode.
 All commands in `shared-lisp-mode-map' are inherited by this map.")