Mercurial > hg > xemacs-beta
diff lisp/lisp-mode.el @ 288:e11d67e05968 r21-0b42
Import from CVS: tag r21-0b42
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:35:54 +0200 |
parents | 57709be46d1b |
children | 851ff35f137f |
line wrap: on
line diff
--- a/lisp/lisp-mode.el Mon Aug 13 10:35:07 2007 +0200 +++ b/lisp/lisp-mode.el Mon Aug 13 10:35:54 2007 +0200 @@ -753,11 +753,11 @@ (put 'save-selected-window 'lisp-indent-function 0) (put 'save-selected-frame 'lisp-indent-function 0) (put 'with-selected-frame 'lisp-indent-function 1) -(put 'with-specifier-instance 'lisp-indent-function 3) (put 'save-restriction 'lisp-indent-function 0) (put 'save-match-data 'lisp-indent-function 0) (put 'let 'lisp-indent-function 1) (put 'let* 'lisp-indent-function 1) +(put 'let-specifier 'lisp-indent-function 1) (put 'while 'lisp-indent-function 1) (put 'if 'lisp-indent-function 2) (put 'catch 'lisp-indent-function 1)