# HG changeset patch # User Luc Teirlinck # Date 1112469866 0 # Node ID 728460f45e1e073b7c1c67ae3a5767eb6106d028 # Parent daa066b207117b74354126263bd5cc4ad5408573 (visible-mode): Use explicit :group keyword. This changes the group of `visible-mode-hook' from paren-blinking to editing-basics. diff -r daa066b20711 -r 728460f45e1e lisp/simple.el --- a/lisp/simple.el Sat Apr 02 19:22:00 2005 +0000 +++ b/lisp/simple.el Sat Apr 02 19:24:26 2005 +0000 @@ -5238,6 +5238,7 @@ 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))