* lisp/mail/emacsbug.el: Don't require url-util.
This commit is contained in:
parent
4b29d9fbfb
commit
5ec8a86217
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
2011-05-27 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* mail/emacsbug.el: Don't require url-util.
|
||||
|
||||
* shell.el (shell-directory-tracker): Case matters. (Bug#8735)
|
||||
|
||||
* files.el (set-auto-mode):
|
||||
|
|
|
@ -32,8 +32,6 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(require 'url-util)
|
||||
|
||||
(defgroup emacsbug nil
|
||||
"Sending Emacs bug reports."
|
||||
:group 'maint
|
||||
|
|
Loading…
Add table
Reference in a new issue