Mercurial > hg > xemacs-beta
diff lisp/lisp-mode.el @ 219:262b8bb4a523 r20-4b8
Import from CVS: tag r20-4b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:09:35 +0200 |
parents | 41ff10fd062f |
children | 0e522484dd2a |
line wrap: on
line diff
--- a/lisp/lisp-mode.el Mon Aug 13 10:08:36 2007 +0200 +++ b/lisp/lisp-mode.el Mon Aug 13 10:09:35 2007 +0200 @@ -753,6 +753,8 @@ (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 'lmessage 'lisp-indent-function 2) +(put 'lwarn 'lisp-indent-function 2) (put 'global-set-key 'lisp-indent-function 1) (defun indent-sexp (&optional endpos)