+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
(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.