1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

(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

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

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.