diff lisp/subr.el @ 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 4d27fe417297
children 56b79cbf05d2
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.