mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(cl): Don't require.
(url): Add :version. (url-bug-address): Use bug-gnu-emacs.
This commit is contained in:
parent
c6bfe6e7ca
commit
016da1c19d
1 changed files with 2 additions and 2 deletions
|
|
@ -24,13 +24,13 @@
|
|||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(require 'mm-util)
|
||||
(eval-when-compile (require 'cl))
|
||||
|
||||
(defconst url-version "Emacs"
|
||||
"Version number of URL package.")
|
||||
|
||||
(defgroup url nil
|
||||
"Uniform Resource Locator tool"
|
||||
:version "21.4"
|
||||
:group 'hypermedia)
|
||||
|
||||
(defgroup url-file nil
|
||||
|
|
@ -94,7 +94,7 @@ the second time is 'too old' when compared to the first time."
|
|||
:type 'function
|
||||
:group 'url-cache)
|
||||
|
||||
(defvar url-bug-address "w3-bugs@xemacs.org"
|
||||
(defconst url-bug-address "bug-gnu-emacs@gnu.org"
|
||||
"Where to send bug reports.")
|
||||
|
||||
(defcustom url-personal-mail-address nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue