(declare-function): Return nil.
This commit is contained in:
parent
64e16c3c22
commit
c2ca78bc31
2 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue