comparison 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
comparison
equal deleted inserted replaced
158:558dfa75ffb3 159:3bb7ccffb0c0
613 ;; likewise with int-char. 613 ;; likewise with int-char.
614 (define-compatible-function-alias 'int-char 'int-to-char) 614 (define-compatible-function-alias 'int-char 'int-to-char)
615 615
616 ;; Two loser functions which shouldn't be used. 616 ;; Two loser functions which shouldn't be used.
617 (make-obsolete 'following-char 'char-after) 617 (make-obsolete 'following-char 'char-after)
618 (make-obsolete 'preceding-char 'char-after) 618 (make-obsolete 'preceding-char 'char-before)
619 619
620 ;;; obsolete.el ends here 620 ;;; obsolete.el ends here