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/emacs-lisp | |
parent | c269730462ab74967ed2cde73da7c74545a2118c (diff) | |
download | emacs-9fc9c8c639226ec263df1f40a5801909dc52f590.tar.gz emacs-9fc9c8c639226ec263df1f40a5801909dc52f590.tar.bz2 emacs-9fc9c8c639226ec263df1f40a5801909dc52f590.zip |
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/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/cl-macs.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index 5640b1796c7..e45efa328ee 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el @@ -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 |