Remove some function declarations, no longer needed or correct
authorGlenn Morris <rgm@gnu.org>
Thu, 26 Jun 2014 06:43:39 +0000 (23:43 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 26 Jun 2014 06:43:39 +0000 (23:43 -0700)
* lisp/emacs-lisp/cl-macs.el (help-add-fundoc-usage):
* lisp/gnus/mm-util.el (help-function-arglist):
Remove outdated declarations.

lisp/ChangeLog
lisp/emacs-lisp/cl-macs.el
lisp/gnus/ChangeLog
lisp/gnus/mm-util.el

index 5a71631..34d057c 100644 (file)
@@ -1,5 +1,8 @@
 2014-06-26  Glenn Morris  <rgm@gnu.org>
 
+       * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
+       Remove outdated declaration.
+
        * emacs-lisp/authors.el (authors-valid-file-names)
        (authors-renamed-files-alist): Additions.
 
index 5640b17..e45efa3 100644 (file)
@@ -376,8 +376,6 @@ its argument list allows full Common Lisp conventions."
        (if (car res) `(progn ,(car res) ,form) form))
     `(function ,func)))
 
-(declare-function help-add-fundoc-usage "help-fns" (docstring arglist))
-
 (defun cl--make-usage-var (x)
   "X can be a var or a (destructuring) lambda-list."
   (cond
index 4ad3a6d..993bbbb 100644 (file)
@@ -1,3 +1,7 @@
+2014-06-26  Glenn Morris  <rgm@gnu.org>
+
+       * mm-util.el (help-function-arglist): Remove outdated declaration.
+
 2014-06-22  Andreas Schwab  <schwab@linux-m68k.org>
 
        * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
index 38ee8a5..6433ec9 100644 (file)
@@ -1378,8 +1378,6 @@ If INHIBIT is non-nil, inhibit `mm-inhibit-file-name-handlers'."
     (write-region start end filename append visit lockname)))
 
 (autoload 'gmm-write-region "gmm-utils")
-(declare-function help-function-arglist "help-fns"
-                 (def &optional preserve-names))
 
 ;; It is not a MIME function, but some MIME functions use it.
 (if (and (fboundp 'make-temp-file)