mm-util.el (help-function-arglist): Remove outdated declaration
authorGlenn Morris <rgm@gnu.org>
Thu, 26 Jun 2014 07:34:48 +0000 (07:34 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 26 Jun 2014 07:34:48 +0000 (07:34 +0000)
lisp/ChangeLog
lisp/mm-util.el

index 3f79e8c..c38f21d 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-24  Andreas Schwab  <schwab@linux-m68k.org>
 
        * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
index 0d02e1d..31b7d07 100644 (file)
@@ -1374,8 +1374,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)