Mercurial > emacs
comparison lisp/emacs-lisp/lisp-mode.el @ 16380:aee74c21dfee
(with-temp-buffer): Add indentation property.
author | Erik Naggum <erik@naggum.no> |
---|---|
date | Thu, 03 Oct 1996 02:16:38 +0000 |
parents | 25f58ad01b11 |
children | badca394f979 |
comparison
equal
deleted
inserted
replaced
16379:dcc3625f52e2 | 16380:aee74c21dfee |
---|---|
581 (put 'save-match-data 'lisp-indent-function 0) | 581 (put 'save-match-data 'lisp-indent-function 0) |
582 (put 'save-current-buffer 'lisp-indent-function 0) | 582 (put 'save-current-buffer 'lisp-indent-function 0) |
583 (put 'with-current-buffer 'lisp-indent-function 0) | 583 (put 'with-current-buffer 'lisp-indent-function 0) |
584 (put 'with-output-to-string 'lisp-indent-function 0) | 584 (put 'with-output-to-string 'lisp-indent-function 0) |
585 (put 'with-temp-file 'lisp-indent-function 1) | 585 (put 'with-temp-file 'lisp-indent-function 1) |
586 (put 'with-temp-buffer 'lisp-indent-function 0) | |
586 (put 'let 'lisp-indent-function 1) | 587 (put 'let 'lisp-indent-function 1) |
587 (put 'let* 'lisp-indent-function 1) | 588 (put 'let* 'lisp-indent-function 1) |
588 (put 'while 'lisp-indent-function 1) | 589 (put 'while 'lisp-indent-function 1) |
589 (put 'if 'lisp-indent-function 2) | 590 (put 'if 'lisp-indent-function 2) |
590 (put 'catch 'lisp-indent-function 1) | 591 (put 'catch 'lisp-indent-function 1) |