1
Fork 0
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:
Karl Heuer 1997-03-12 02:08:10 +00:00
parent 6e6d2764da
commit 071a2a7132

View file

@ -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.