(dot, dot-max, dot-min, dot-marker, buffer-flush-undo, baud-rate,

compiled-function-p, define-function): Move obsolescence declarations from
subr.el
This commit is contained in:
Juanma Barranquero 2002-07-19 06:25:06 +00:00
parent 9c708a1b1c
commit b4591b37dc
2 changed files with 18 additions and 0 deletions

View file

@ -1,3 +1,13 @@
2002-07-19 Juanma Barranquero <lektu@terra.es>
* emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
(buffer-flush-undo, baud-rate, compiled-function-p, define-function):
Move obsolescence declarations to subr.el.
* subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
(baud-rate, compiled-function-p, define-function): Move obsolescence
declarations from subr.el
2002-07-18 J.D. Smith <jdsmith@as.arizona.edu>
* progmodes/idlwave.el: Updated to IDLWAVE version 4.14. Too many

View file

@ -701,6 +701,14 @@ as returned by the `event-start' and `event-end' functions."
(make-obsolete 'sref 'aref "20.4")
(make-obsolete 'char-bytes "now always returns 1 (maintained for backward compatibility)." "20.4")
(make-obsolete 'chars-in-region "use (abs (- BEG END))." "20.3")
(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")
(defun insert-string (&rest args)
"Mocklisp-compatibility insert function.