emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r117307: Remove some function declarations, no lo


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r117307: Remove some function declarations, no longer needed or correct
Date: Thu, 26 Jun 2014 06:43:55 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117307
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Wed 2014-06-25 23:43:39 -0700
message:
  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.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/emacs-lisp/cl-macs.el     clmacs.el-20091113204419-o5vbwnq5f7feedwu-612
  lisp/gnus/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-1433
  lisp/gnus/mm-util.el           mmutil.el-20091113204419-o5vbwnq5f7feedwu-1974
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-06-26 00:36:58 +0000
+++ b/lisp/ChangeLog    2014-06-26 06:43:39 +0000
@@ -1,5 +1,8 @@
 2014-06-26  Glenn Morris  <address@hidden>
 
+       * 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.
 

=== modified file 'lisp/emacs-lisp/cl-macs.el'
--- a/lisp/emacs-lisp/cl-macs.el        2014-05-02 11:11:35 +0000
+++ b/lisp/emacs-lisp/cl-macs.el        2014-06-26 06:43:39 +0000
@@ -376,8 +376,6 @@
        (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

=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2014-06-22 21:14:43 +0000
+++ b/lisp/gnus/ChangeLog       2014-06-26 06:43:39 +0000
@@ -1,3 +1,7 @@
+2014-06-26  Glenn Morris  <address@hidden>
+
+       * mm-util.el (help-function-arglist): Remove outdated declaration.
+
 2014-06-22  Andreas Schwab  <address@hidden>
 
        * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted

=== modified file 'lisp/gnus/mm-util.el'
--- a/lisp/gnus/mm-util.el      2014-01-05 23:38:42 +0000
+++ b/lisp/gnus/mm-util.el      2014-06-26 06:43:39 +0000
@@ -1378,8 +1378,6 @@
     (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]