mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 09:51:22 -08:00
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.
This commit is contained in:
parent
c269730462
commit
9fc9c8c639
4 changed files with 7 additions and 4 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue