mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix typo in previous change.
This commit is contained in:
parent
6e6d2764da
commit
071a2a7132
1 changed files with 1 additions and 1 deletions
|
|
@ -907,7 +907,7 @@ that can be added."
|
|||
(defun remove-from-invisibility-spec (arg)
|
||||
"Remove elements from `buffer-invisibility-spec'."
|
||||
(if buffer-invisibility-spec
|
||||
(setq buffer-invisibility-spec (delete* arg buffer-invisibility-spec))))
|
||||
(setq buffer-invisibility-spec (delete arg buffer-invisibility-spec))))
|
||||
|
||||
(defun global-set-key (key command)
|
||||
"Give KEY a global binding as COMMAND.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue