diff options
| author | Markus Rost <rost@math.uni-bielefeld.de> | 2002-11-18 04:32:11 +0000 |
|---|---|---|
| committer | Markus Rost <rost@math.uni-bielefeld.de> | 2002-11-18 04:32:11 +0000 |
| commit | 966cdb22096af2d8a21e18846428baa424af124c (patch) | |
| tree | b7aac8b3b2892c185b4c5a810075bc60ef4c0f8b /lisp | |
| parent | eacd92dd027cd948f8136cd39aa086b9c93a4e83 (diff) | |
| download | emacs-966cdb22096af2d8a21e18846428baa424af124c.tar.gz | |
(html-autoview-mode): Add group.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/textmodes/sgml-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index 6db4407c7c3..be85f4574b0 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el @@ -1783,6 +1783,7 @@ The third `match-string' will be the used in the menu.") 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))) |
