Mercurial > hg > xemacs-beta
diff lisp/prim/obsolete.el @ 159:3bb7ccffb0c0 r20-3b6
Import from CVS: tag r20-3b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:41:43 +0200 |
parents | 43dd3413c7c7 |
children | 15872534500d |
line wrap: on
line diff
--- a/lisp/prim/obsolete.el Mon Aug 13 09:40:48 2007 +0200 +++ b/lisp/prim/obsolete.el Mon Aug 13 09:41:43 2007 +0200 @@ -615,6 +615,6 @@ ;; Two loser functions which shouldn't be used. (make-obsolete 'following-char 'char-after) -(make-obsolete 'preceding-char 'char-after) +(make-obsolete 'preceding-char 'char-before) ;;; obsolete.el ends here