diff options
| author | Richard M. Stallman | 1996-10-12 23:54:12 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-10-12 23:54:12 +0000 |
| commit | 1814e5a971a4e66e7294f2bbd1d43f3a8229429c (patch) | |
| tree | 14a6f1267b85535a7a5d32b4f171c130f6ac60b7 | |
| parent | 339b405d57cdb71ea0d79facda249077d749aa01 (diff) | |
| download | emacs-1814e5a971a4e66e7294f2bbd1d43f3a8229429c.tar.gz emacs-1814e5a971a4e66e7294f2bbd1d43f3a8229429c.zip | |
(define-function): Mark it as obsolete.
| -rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index a36ecceadc7..4373e81405a 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | 10 | ||
| 11 | ;;; This version incorporates changes up to version 2.10 of the | 11 | ;;; This version incorporates changes up to version 2.10 of the |
| 12 | ;;; Zawinski-Furuseth compiler. | 12 | ;;; Zawinski-Furuseth compiler. |
| 13 | (defconst byte-compile-version "$Revision: 2.20 $") | 13 | (defconst byte-compile-version "$Revision: 2.21 $") |
| 14 | 14 | ||
| 15 | ;; This file is part of GNU Emacs. | 15 | ;; This file is part of GNU Emacs. |
| 16 | 16 | ||
| @@ -3339,6 +3339,7 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'." | |||
| 3339 | (make-obsolete 'buffer-flush-undo 'buffer-disable-undo) | 3339 | (make-obsolete 'buffer-flush-undo 'buffer-disable-undo) |
| 3340 | (make-obsolete 'baud-rate "use the baud-rate variable instead") | 3340 | (make-obsolete 'baud-rate "use the baud-rate variable instead") |
| 3341 | (make-obsolete 'compiled-function-p 'byte-code-function-p) | 3341 | (make-obsolete 'compiled-function-p 'byte-code-function-p) |
| 3342 | (make-obsolete 'define-function 'defalias) | ||
| 3342 | (make-obsolete-variable 'auto-fill-hook 'auto-fill-function) | 3343 | (make-obsolete-variable 'auto-fill-hook 'auto-fill-function) |
| 3343 | (make-obsolete-variable 'blink-paren-hook 'blink-paren-function) | 3344 | (make-obsolete-variable 'blink-paren-hook 'blink-paren-function) |
| 3344 | (make-obsolete-variable 'lisp-indent-hook 'lisp-indent-function) | 3345 | (make-obsolete-variable 'lisp-indent-hook 'lisp-indent-function) |