aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2002-07-19 06:23:28 +0000
committerJuanma Barranquero2002-07-19 06:23:28 +0000
commit9c708a1b1cbf3968c44bb0b95e689a44fdc7888d (patch)
treed38c7949938bc991915f051bad92d3079fe47a1c
parent58d8692a1b9c3572762d51d2268f9fa3af2d20a1 (diff)
downloademacs-9c708a1b1cbf3968c44bb0b95e689a44fdc7888d.tar.gz
emacs-9c708a1b1cbf3968c44bb0b95e689a44fdc7888d.zip
(dot, dot-max, dot-min, dot-marker, buffer-flush-undo, baud-rate,
compiled-function-p, define-function): Move obsolescence declarations to subr.el.
-rw-r--r--lisp/emacs-lisp/bytecomp.el11
1 files changed, 1 insertions, 10 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 6d1fc6ca5c0..a27aeb2166f 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.101 $") 13(defconst byte-compile-version "$Revision: 2.102 $")
14 14
15;; This file is part of GNU Emacs. 15;; This file is part of GNU Emacs.
16 16
@@ -3804,15 +3804,6 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'."
3804 (kill-emacs 0)) 3804 (kill-emacs 0))
3805 3805
3806 3806
3807(make-obsolete 'dot 'point "before 19.15")
3808(make-obsolete 'dot-max 'point-max "before 19.15")
3809(make-obsolete 'dot-min 'point-min "before 19.15")
3810(make-obsolete 'dot-marker 'point-marker "before 19.15")
3811
3812(make-obsolete 'buffer-flush-undo 'buffer-disable-undo "before 19.15")
3813(make-obsolete 'baud-rate "use the baud-rate variable instead." "before 19.15")
3814(make-obsolete 'compiled-function-p 'byte-code-function-p "before 19.15")
3815(make-obsolete 'define-function 'defalias "20.1")
3816(make-obsolete-variable 'auto-fill-hook 'auto-fill-function "before 19.15") 3807(make-obsolete-variable 'auto-fill-hook 'auto-fill-function "before 19.15")
3817(make-obsolete-variable 'blink-paren-hook 'blink-paren-function "before 19.15") 3808(make-obsolete-variable 'blink-paren-hook 'blink-paren-function "before 19.15")
3818(make-obsolete-variable 'lisp-indent-hook 'lisp-indent-function "before 19.15") 3809(make-obsolete-variable 'lisp-indent-hook 'lisp-indent-function "before 19.15")