Mercurial > emacs
changeset 61232:728460f45e1e
(visible-mode): Use explicit :group keyword. This changes the group
of `visible-mode-hook' from paren-blinking to editing-basics.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 02 Apr 2005 19:24:26 +0000 |
parents | daa066b20711 |
children | 5c7a0c8de2df 7a3341d65a12 |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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))