(declare-function): Return nil.

This commit is contained in:
Jason Rumney 2007-11-21 22:40:10 +00:00
parent 64e16c3c22
commit c2ca78bc31
2 changed files with 5 additions and 1 deletions

View 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.