mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-23 06:21:29 -07:00
(save-selected-window): Remove indent-function for
save-selected-window-norecord.
This commit is contained in:
parent
3e50a5e84c
commit
c81ca8d8cc
2 changed files with 4 additions and 1 deletions
|
|
@ -26,6 +26,10 @@
|
|||
fully taken over by save-selected-window.
|
||||
(walk-windows, set-window-text-height, fit-window-to-buffer):
|
||||
Use save-selected-window instead of save-selected-window-norecord.
|
||||
* font-lock.el (lisp-font-lock-keywords-2): Remove entry for
|
||||
save-selected-window-norecord.
|
||||
* emacs-lisp/lisp-mode.el (save-selected-window): Remove
|
||||
indent-function for save-selected-window-norecord.
|
||||
|
||||
2008-11-03 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
|
|
|
|||
|
|
@ -1185,7 +1185,6 @@ This function also returns nil meaning don't specify the indentation."
|
|||
(put 'save-excursion 'lisp-indent-function 0)
|
||||
(put 'save-window-excursion 'lisp-indent-function 0)
|
||||
(put 'save-selected-window 'lisp-indent-function 0)
|
||||
(put 'save-selected-window-norecord 'lisp-indent-function 0)
|
||||
(put 'save-restriction 'lisp-indent-function 0)
|
||||
(put 'save-match-data 'lisp-indent-function 0)
|
||||
(put 'save-current-buffer 'lisp-indent-function 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue