diff lisp/subr.el @ 102658:3bd929838554

* subr.el (forward-point): Add obsolescence declaration. * paren.el (show-paren-function): * simple.el (kill-forward-chars, kill-backward-chars): Use (+/- (point) N), instead of `forward-point'.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 19 Mar 2009 14:45:02 +0000
parents 5ff1f67594ee
children 945567648555
line wrap: on
line diff
--- a/lisp/subr.el	Thu Mar 19 09:35:58 2009 +0000
+++ b/lisp/subr.el	Thu Mar 19 14:45:02 2009 +0000
@@ -998,6 +998,7 @@
 (define-obsolete-function-alias 'string-to-int 'string-to-number "22.1")
 
 (make-obsolete 'char-bytes "now always returns 1." "20.4")
+(make-obsolete 'forward-point "use (+ (point) N) instead." "23.1")
 
 (defun insert-string (&rest args)
   "Mocklisp-compatibility insert function.