Mercurial > hg > xemacs-beta
comparison lisp/lisp-mode.el @ 286:57709be46d1b r21-0b41
Import from CVS: tag r21-0b41
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:35:03 +0200 |
parents | 558f606b08ae |
children | e11d67e05968 |
comparison
equal
deleted
inserted
replaced
285:9a3756523c1b | 286:57709be46d1b |
---|---|
751 (put 'save-excursion 'lisp-indent-function 0) | 751 (put 'save-excursion 'lisp-indent-function 0) |
752 (put 'save-window-excursion 'lisp-indent-function 0) | 752 (put 'save-window-excursion 'lisp-indent-function 0) |
753 (put 'save-selected-window 'lisp-indent-function 0) | 753 (put 'save-selected-window 'lisp-indent-function 0) |
754 (put 'save-selected-frame 'lisp-indent-function 0) | 754 (put 'save-selected-frame 'lisp-indent-function 0) |
755 (put 'with-selected-frame 'lisp-indent-function 1) | 755 (put 'with-selected-frame 'lisp-indent-function 1) |
756 (put 'with-specifier-instance 'lisp-indent-function 3) | |
756 (put 'save-restriction 'lisp-indent-function 0) | 757 (put 'save-restriction 'lisp-indent-function 0) |
757 (put 'save-match-data 'lisp-indent-function 0) | 758 (put 'save-match-data 'lisp-indent-function 0) |
758 (put 'let 'lisp-indent-function 1) | 759 (put 'let 'lisp-indent-function 1) |
759 (put 'let* 'lisp-indent-function 1) | 760 (put 'let* 'lisp-indent-function 1) |
760 (put 'while 'lisp-indent-function 1) | 761 (put 'while 'lisp-indent-function 1) |