From c2ca78bc31645e04406a57fd5ee52b8e9486b9fd Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Wed, 21 Nov 2007 22:40:10 +0000 Subject: (declare-function): Return nil. --- lisp/emacs-lisp/byte-run.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp') diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el index b0525cbc7c6..bf91a8d58fc 100644 --- a/lisp/emacs-lisp/byte-run.el +++ b/lisp/emacs-lisp/byte-run.el @@ -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. -- cgit v1.2.3