diff options
Diffstat (limited to 'lisp/subr.el')
-rw-r--r-- | lisp/subr.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index 7b169cc280b..ffe8a9de5b1 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -998,6 +998,7 @@ and `event-end' functions." (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. |