diff options
author | Glenn Morris <rgm@gnu.org> | 2014-06-25 23:43:39 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-06-25 23:43:39 -0700 |
commit | 9fc9c8c639226ec263df1f40a5801909dc52f590 (patch) | |
tree | 754da77254fa91c690f8d8d99bd33918652b1396 /lisp/gnus/mm-util.el | |
parent | c269730462ab74967ed2cde73da7c74545a2118c (diff) | |
download | emacs-9fc9c8c639226ec263df1f40a5801909dc52f590.tar.gz |
Remove some function declarations, no longer needed or correct
* lisp/emacs-lisp/cl-macs.el (help-add-fundoc-usage):
* lisp/gnus/mm-util.el (help-function-arglist):
Remove outdated declarations.
Diffstat (limited to 'lisp/gnus/mm-util.el')
-rw-r--r-- | lisp/gnus/mm-util.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/gnus/mm-util.el b/lisp/gnus/mm-util.el index 38ee8a563e5..6433ec96938 100644 --- a/lisp/gnus/mm-util.el +++ b/lisp/gnus/mm-util.el @@ -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) |