aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2002-11-18 04:32:11 +0000
committerMarkus Rost2002-11-18 04:32:11 +0000
commit966cdb22096af2d8a21e18846428baa424af124c (patch)
treeb7aac8b3b2892c185b4c5a810075bc60ef4c0f8b
parenteacd92dd027cd948f8136cd39aa086b9c93a4e83 (diff)
downloademacs-966cdb22096af2d8a21e18846428baa424af124c.tar.gz
emacs-966cdb22096af2d8a21e18846428baa424af124c.zip
(html-autoview-mode): Add group.
-rw-r--r--lisp/textmodes/sgml-mode.el1
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.")
1783With positive prefix ARG always turns viewing on, with negative ARG always off. 1783With positive prefix ARG always turns viewing on, with negative ARG always off.
1784Can be used as a value for `html-mode-hook'." 1784Can be used as a value for `html-mode-hook'."
1785 nil nil nil 1785 nil nil nil
1786 :group 'sgml
1786 (if html-autoview-mode 1787 (if html-autoview-mode
1787 (add-hook 'after-save-hook 'browse-url-of-buffer nil t) 1788 (add-hook 'after-save-hook 'browse-url-of-buffer nil t)
1788 (remove-hook 'after-save-hook 'browse-url-of-buffer t))) 1789 (remove-hook 'after-save-hook 'browse-url-of-buffer t)))