emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] [emacs] 01/01: Move eww and shr to customization group `we


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] [emacs] 01/01: Move eww and shr to customization group `web'
Date: Sun, 16 Nov 2014 20:29:47 +0000

larsi pushed a commit to branch master
in repository emacs.

commit cbd90e1d30e7dd40d09780ac9924c7f3fe3b2905
Author: Lars Magne Ingebrigtsen <address@hidden>
Date:   Sun Nov 16 21:29:40 2014 +0100

    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 e2ca228..c4873c2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
 2014-11-16  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * 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 93aecb6..3373aac 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 26fb647..1ced4e0 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]