]> git.eshelyaron.com Git - emacs.git/commitdiff
(declare-function): Return nil.
authorJason Rumney <jasonr@gnu.org>
Wed, 21 Nov 2007 22:40:10 +0000 (22:40 +0000)
committerJason Rumney <jasonr@gnu.org>
Wed, 21 Nov 2007 22:40:10 +0000 (22:40 +0000)
lisp/ChangeLog
lisp/emacs-lisp/byte-run.el

index 234d71a68bc7c52ae2fc3c23905190244f7fe4e2..53522780557152e911cf0e305f15c778e22cfb9e 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-21  Jason Rumney  <jasonr@gnu.org>
+
+       * emacs-lisp/byte-run.el (declare-function): Return nil.
+
 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
index b0525cbc7c613e4198a16913a92b8db0a3bcc55a..bf91a8d58fc0762bc3cce292b09c51c22f05d531 100644 (file)
@@ -120,7 +120,7 @@ the end of FILE must be all on the same line.  For example:
 \(declare-function c-end-of-defun \"progmodes/cc-cmds.el\"
                   \(&optional arg))"
   ;; Does nothing - byte-compile-declare-function does the work.
-  )
+  nil)
 
 (defun make-obsolete (obsolete-name current-name &optional when)
   "Make the byte-compiler warn that OBSOLETE-NAME is obsolete.