From ab77efd0e55c661ea8fd45df28f2a39d0c46fbd8 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sat, 2 Apr 2005 19:24:26 +0000 Subject: [PATCH] (visible-mode): Use explicit :group keyword. This changes the group of `visible-mode-hook' from paren-blinking to editing-basics. --- lisp/simple.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/simple.el b/lisp/simple.el index 753391dabe8..9f6359c5e3c 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -5238,6 +5238,7 @@ Enabling Visible mode makes all invisible text temporarily visible. Disabling Visible mode turns off that effect. Visible mode works by saving the value of `buffer-invisibility-spec' and setting it to nil." :lighter " Vis" + :group 'editing-basics (when (local-variable-p 'vis-mode-saved-buffer-invisibility-spec) (setq buffer-invisibility-spec vis-mode-saved-buffer-invisibility-spec) (kill-local-variable 'vis-mode-saved-buffer-invisibility-spec)) -- 2.39.2