(save-selected-window-norecord): Put
indent-function for save-selected-window-norecord.
This commit is contained in:
parent
a5094f72a8
commit
22371c2a5c
1 changed files with 1 additions and 0 deletions
|
@ -1187,6 +1187,7 @@ 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
Reference in a new issue