From: Dan Nicolaescu Date: Tue, 2 Feb 1999 02:26:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-20.4~704 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e93b8cbb7eda3e82bbc78bf757dbe1992621693b;p=emacs.git *** empty log message *** --- diff --git a/lisp/subr.el b/lisp/subr.el index e4c2c1e6978..0cea4ed5b98 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1164,7 +1164,7 @@ that can be added." (defun remove-from-invisibility-spec (arg) "Remove elements from `buffer-invisibility-spec'." - (if buffer-invisibility-spec + (if (consp buffer-invisibility-spec) (setq buffer-invisibility-spec (delete arg buffer-invisibility-spec)))) (defun global-set-key (key command)