Mercurial > emacs
changeset 46532:6b003ac8d860
(dot, dot-max, dot-min, dot-marker, buffer-flush-undo, baud-rate,
compiled-function-p, define-function): Move obsolescence declarations from
subr.el
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 19 Jul 2002 06:24:41 +0000 |
parents | 00b0a792b2ff |
children | 701fdda31b83 |
files | lisp/subr.el |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Fri Jul 19 06:23:28 2002 +0000 +++ b/lisp/subr.el Fri Jul 19 06:24:41 2002 +0000 @@ -701,6 +701,14 @@ (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.