diff options
| author | Lars Magne Ingebrigtsen | 2014-11-16 21:29:40 +0100 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2014-11-16 21:29:40 +0100 |
| commit | cbd90e1d30e7dd40d09780ac9924c7f3fe3b2905 (patch) | |
| tree | 3f575860230da6fae5b6fee01f9227a23dd2120f | |
| parent | 716492429686736f14e3d4f6285116b46b437ec9 (diff) | |
| download | emacs-cbd90e1d30e7dd40d09780ac9924c7f3fe3b2905.tar.gz emacs-cbd90e1d30e7dd40d09780ac9924c7f3fe3b2905.zip | |
Move eww and shr to customization group `web'
* net/eww.el (eww): Ditto.
* net/shr.el (shr): Move to the new defgroup `web'.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/net/eww.el | 4 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2014-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2014-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * net/shr.el (shr): Move to the new defgroup `web'. | ||
| 4 | |||
| 5 | * net/eww.el (eww): Ditto. | ||
| 6 | |||
| 3 | * simple.el (execute-extended-command): Don't show the help | 7 | * simple.el (execute-extended-command): Don't show the help |
| 4 | message if the binding isn't significantly shorter than the | 8 | message if the binding isn't significantly shorter than the |
| 5 | M-x command the user typed (bug#19013). | 9 | 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 @@ | |||
| 34 | 34 | ||
| 35 | (defgroup eww nil | 35 | (defgroup eww nil |
| 36 | "Emacs Web Wowser" | 36 | "Emacs Web Wowser" |
| 37 | :version "24.4" | 37 | :version "25.1" |
| 38 | :link '(custom-manual "(eww) Top") | 38 | :link '(custom-manual "(eww) Top") |
| 39 | :group 'hypermedia | 39 | :group 'web |
| 40 | :prefix "eww-") | 40 | :prefix "eww-") |
| 41 | 41 | ||
| 42 | (defcustom eww-header-line-format "%t: %u" | 42 | (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 @@ | |||
| 36 | 36 | ||
| 37 | (defgroup shr nil | 37 | (defgroup shr nil |
| 38 | "Simple HTML Renderer" | 38 | "Simple HTML Renderer" |
| 39 | :version "24.1" | 39 | :version "25.1" |
| 40 | :group 'hypermedia) | 40 | :group 'web) |
| 41 | 41 | ||
| 42 | (defcustom shr-max-image-proportion 0.9 | 42 | (defcustom shr-max-image-proportion 0.9 |
| 43 | "How big pictures displayed are in relation to the window they're in. | 43 | "How big pictures displayed are in relation to the window they're in. |