From e93b8cbb7eda3e82bbc78bf757dbe1992621693b Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Tue, 2 Feb 1999 02:26:12 +0000 Subject: [PATCH] *** empty log message *** --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2