Mercurial > emacs
changeset 46148:a123dda5650e
(chars-in-region): Add obsolescence declaration for `chars-in-region'.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 03 Jul 2002 09:17:35 +0000 |
parents | 0cb13cb666f9 |
children | c6ae40efaad1 |
files | lisp/subr.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Wed Jul 03 07:09:44 2002 +0000 +++ b/lisp/subr.el Wed Jul 03 09:17:35 2002 +0000 @@ -700,6 +700,7 @@ (defalias 'sref 'aref) (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") (defun insert-string (&rest args) "Mocklisp-compatibility insert function.