From cbd90e1d30e7dd40d09780ac9924c7f3fe3b2905 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sun, 16 Nov 2014 21:29:40 +0100 Subject: [PATCH] Move eww and shr to customization group `web' * net/eww.el (eww): Ditto. * net/shr.el (shr): Move to the new defgroup `web'. --- lisp/ChangeLog | 4 ++++ lisp/net/eww.el | 4 ++-- lisp/net/shr.el | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e2ca2284ef4..c4873c2081b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2014-11-16 Lars Magne Ingebrigtsen + * net/shr.el (shr): Move to the new defgroup `web'. + + * net/eww.el (eww): Ditto. + * simple.el (execute-extended-command): Don't show the help message if the binding isn't significantly shorter than the M-x command the user typed (bug#19013). diff --git a/lisp/net/eww.el b/lisp/net/eww.el index 93aecb6895c..3373aac49e9 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el @@ -34,9 +34,9 @@ (defgroup eww nil "Emacs Web Wowser" - :version "24.4" + :version "25.1" :link '(custom-manual "(eww) Top") - :group 'hypermedia + :group 'web :prefix "eww-") (defcustom eww-header-line-format "%t: %u" diff --git a/lisp/net/shr.el b/lisp/net/shr.el index 26fb6471104..1ced4e01163 100644 --- a/lisp/net/shr.el +++ b/lisp/net/shr.el @@ -36,8 +36,8 @@ (defgroup shr nil "Simple HTML Renderer" - :version "24.1" - :group 'hypermedia) + :version "25.1" + :group 'web) (defcustom shr-max-image-proportion 0.9 "How big pictures displayed are in relation to the window they're in. -- 2.39.5