Mercurial > emacs
changeset 48402:f4682f3c8e03
(html-autoview-mode): Add group.
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Mon, 18 Nov 2002 04:32:11 +0000 |
parents | 2928f718924e |
children | 68ad51bc7338 |
files | lisp/textmodes/sgml-mode.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/sgml-mode.el Mon Nov 18 04:18:23 2002 +0000 +++ b/lisp/textmodes/sgml-mode.el Mon Nov 18 04:32:11 2002 +0000 @@ -1783,6 +1783,7 @@ With positive prefix ARG always turns viewing on, with negative ARG always off. Can be used as a value for `html-mode-hook'." nil nil nil + :group 'sgml (if html-autoview-mode (add-hook 'after-save-hook 'browse-url-of-buffer nil t) (remove-hook 'after-save-hook 'browse-url-of-buffer t)))