diff options
| author | Martin Rudalics | 2008-11-02 11:03:29 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2008-11-02 11:03:29 +0000 |
| commit | 22371c2a5cc93c022016027aa7eff5e245422364 (patch) | |
| tree | 0b2cbfcec82130ce5681931c867dcd5ab7fac2fa | |
| parent | a5094f72a896a22b525df3c189918a153ef4b4fd (diff) | |
| download | emacs-22371c2a5cc93c022016027aa7eff5e245422364.tar.gz emacs-22371c2a5cc93c022016027aa7eff5e245422364.zip | |
(save-selected-window-norecord): Put
indent-function for save-selected-window-norecord.
| -rw-r--r-- | lisp/emacs-lisp/lisp-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 09c1e44b012..33e8384d3bf 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el | |||
| @@ -1187,6 +1187,7 @@ This function also returns nil meaning don't specify the indentation." | |||
| 1187 | (put 'save-excursion 'lisp-indent-function 0) | 1187 | (put 'save-excursion 'lisp-indent-function 0) |
| 1188 | (put 'save-window-excursion 'lisp-indent-function 0) | 1188 | (put 'save-window-excursion 'lisp-indent-function 0) |
| 1189 | (put 'save-selected-window 'lisp-indent-function 0) | 1189 | (put 'save-selected-window 'lisp-indent-function 0) |
| 1190 | (put 'save-selected-window-norecord 'lisp-indent-function 0) | ||
| 1190 | (put 'save-restriction 'lisp-indent-function 0) | 1191 | (put 'save-restriction 'lisp-indent-function 0) |
| 1191 | (put 'save-match-data 'lisp-indent-function 0) | 1192 | (put 'save-match-data 'lisp-indent-function 0) |
| 1192 | (put 'save-current-buffer 'lisp-indent-function 0) | 1193 | (put 'save-current-buffer 'lisp-indent-function 0) |