diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/emacs-lisp/lisp-mode.el | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 655f856d801..c04f556bfb7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -26,6 +26,10 @@ | |||
| 26 | fully taken over by save-selected-window. | 26 | fully taken over by save-selected-window. |
| 27 | (walk-windows, set-window-text-height, fit-window-to-buffer): | 27 | (walk-windows, set-window-text-height, fit-window-to-buffer): |
| 28 | Use save-selected-window instead of save-selected-window-norecord. | 28 | Use save-selected-window instead of save-selected-window-norecord. |
| 29 | * font-lock.el (lisp-font-lock-keywords-2): Remove entry for | ||
| 30 | save-selected-window-norecord. | ||
| 31 | * emacs-lisp/lisp-mode.el (save-selected-window): Remove | ||
| 32 | indent-function for save-selected-window-norecord. | ||
| 29 | 33 | ||
| 30 | 2008-11-03 Alan Mackenzie <acm@muc.de> | 34 | 2008-11-03 Alan Mackenzie <acm@muc.de> |
| 31 | 35 | ||
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index ff4b80eef1e..798bdf821ba 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el | |||
| @@ -1185,7 +1185,6 @@ This function also returns nil meaning don't specify the indentation." | |||
| 1185 | (put 'save-excursion 'lisp-indent-function 0) | 1185 | (put 'save-excursion 'lisp-indent-function 0) |
| 1186 | (put 'save-window-excursion 'lisp-indent-function 0) | 1186 | (put 'save-window-excursion 'lisp-indent-function 0) |
| 1187 | (put 'save-selected-window 'lisp-indent-function 0) | 1187 | (put 'save-selected-window 'lisp-indent-function 0) |
| 1188 | (put 'save-selected-window-norecord 'lisp-indent-function 0) | ||
| 1189 | (put 'save-restriction 'lisp-indent-function 0) | 1188 | (put 'save-restriction 'lisp-indent-function 0) |
| 1190 | (put 'save-match-data 'lisp-indent-function 0) | 1189 | (put 'save-match-data 'lisp-indent-function 0) |
| 1191 | (put 'save-current-buffer 'lisp-indent-function 0) | 1190 | (put 'save-current-buffer 'lisp-indent-function 0) |