summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-07-19 06:23:28 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-07-19 06:23:28 +0000
commit9c708a1b1cbf3968c44bb0b95e689a44fdc7888d (patch)
treed38c7949938bc991915f051bad92d3079fe47a1c /lisp/emacs-lisp/bytecomp.el
parent58d8692a1b9c3572762d51d2268f9fa3af2d20a1 (diff)
downloademacs-9c708a1b1cbf3968c44bb0b95e689a44fdc7888d.tar.gz
emacs-9c708a1b1cbf3968c44bb0b95e689a44fdc7888d.tar.bz2
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.
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.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 @@
;;; This version incorporates changes up to version 2.10 of the
;;; Zawinski-Furuseth compiler.
-(defconst byte-compile-version "$Revision: 2.101 $")
+(defconst byte-compile-version "$Revision: 2.102 $")
;; This file is part of GNU Emacs.
@@ -3804,15 +3804,6 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'."
(kill-emacs 0))
-(make-obsolete 'dot 'point "before 19.15")
-(make-obsolete 'dot-max 'point-max "before 19.15")
-(make-obsolete 'dot-min 'point-min "before 19.15")
-(make-obsolete 'dot-marker 'point-marker "before 19.15")
-
-(make-obsolete 'buffer-flush-undo 'buffer-disable-undo "before 19.15")
-(make-obsolete 'baud-rate "use the baud-rate variable instead." "before 19.15")
-(make-obsolete 'compiled-function-p 'byte-code-function-p "before 19.15")
-(make-obsolete 'define-function 'defalias "20.1")
(make-obsolete-variable 'auto-fill-hook 'auto-fill-function "before 19.15")
(make-obsolete-variable 'blink-paren-hook 'blink-paren-function "before 19.15")
(make-obsolete-variable 'lisp-indent-hook 'lisp-indent-function "before 19.15")