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:
parent
64e16c3c22
commit
c2ca78bc31
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user