diff lisp/modes/lisp-mode.el @ 203:850242ba4a81 r20-3b28

Import from CVS: tag r20-3b28
author cvs
date Mon, 13 Aug 2007 10:02:21 +0200
parents 489f57a838ef
children
line wrap: on
line diff
--- a/lisp/modes/lisp-mode.el	Mon Aug 13 10:01:24 2007 +0200
+++ b/lisp/modes/lisp-mode.el	Mon Aug 13 10:02:21 2007 +0200
@@ -749,6 +749,9 @@
 (put 'with-temp-buffer 'lisp-indent-function 0)
 (put 'with-output-to-string 'lisp-indent-function 0)
 (put 'with-output-to-temp-buffer 'lisp-indent-function 1)
+(put 'display-message 'lisp-indent-function 1)
+(put 'display-warning 'lisp-indent-function 1)
+(put 'global-set-key 'lisp-indent-function 1)
 
 (defun indent-sexp (&optional endpos)
   "Indent each line of the list starting just after point.