]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in previous change.
authorKarl Heuer <kwzh@gnu.org>
Wed, 12 Mar 1997 02:08:10 +0000 (02:08 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 12 Mar 1997 02:08:10 +0000 (02:08 +0000)
lisp/subr.el

index 0c72ed1538e5847fb30d5605c5276ce69c2d31f9..fb22bc02654f3a4d175e6e626887ce606d80926b 100644 (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))))
 \f
 (defun global-set-key (key command)
   "Give KEY a global binding as COMMAND.