# HG changeset patch # User Jason Rumney # Date 1195684773 0 # Node ID 08ed3671eb2d1d4f44b931acfd5c5960461c5224 # Parent 59344cb482f3f394ef763af7cd904e3696031f0d (declare-function): Return nil. diff -r 59344cb482f3 -r 08ed3671eb2d lisp/emacs-lisp/byte-run.el --- 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.