Remove some bogus definition-prefixes from loaddefs
* lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads): Don't register a definition prefix from define-erc-module, which adds an erc- prefix to its argument.
This commit is contained in:
parent
6067f0c702
commit
99d07e8d5e
1 changed files with 1 additions and 0 deletions
|
@ -761,6 +761,7 @@ FILE's modification time."
|
|||
"def-edebug-spec"
|
||||
;; Hmm... this is getting ugly:
|
||||
"define-widget"
|
||||
"define-erc-module"
|
||||
"define-erc-response-handler"
|
||||
"defun-rcirc-command"))))
|
||||
(push (match-string 2) defs))
|
||||
|
|
Loading…
Add table
Reference in a new issue