Mercurial > emacs
changeset 86286:08ed3671eb2d
(declare-function): Return nil.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 21 Nov 2007 22:39:33 +0000 |
parents | 59344cb482f3 |
children | 993535aeee5f |
files | lisp/emacs-lisp/byte-run.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/byte-run.el Wed Nov 21 20:59:47 2007 +0000 +++ b/lisp/emacs-lisp/byte-run.el Wed Nov 21 22:39:33 2007 +0000 @@ -120,7 +120,7 @@ \(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.