diff lisp/prim/obsolete.el @ 114:8619ce7e4c50 r20-1b9

Import from CVS: tag r20-1b9
author cvs
date Mon, 13 Aug 2007 09:21:54 +0200
parents fe104dbd9147
children 1856695b1fa9
line wrap: on
line diff
--- a/lisp/prim/obsolete.el	Mon Aug 13 09:20:50 2007 +0200
+++ b/lisp/prim/obsolete.el	Mon Aug 13 09:21:54 2007 +0200
@@ -613,4 +613,8 @@
 ;; likewise with int-char.
 (define-compatible-function-alias 'int-char 'int-to-char)
 
+;; Two loser functions which shouldn't be used.
+(make-obsolete 'following-char 'char-after)
+(make-obsolete 'preceding-char 'char-after)
+
 ;;; obsolete.el ends here