comparison 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
comparison
equal deleted inserted replaced
113:2ec2fe4a4c89 114:8619ce7e4c50
611 ;; The name of char-int is unintuitive and silly, but in CLtL2. 611 ;; The name of char-int is unintuitive and silly, but in CLtL2.
612 (define-compatible-function-alias 'char-int 'char-to-int) 612 (define-compatible-function-alias 'char-int 'char-to-int)
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.
617 (make-obsolete 'following-char 'char-after)
618 (make-obsolete 'preceding-char 'char-after)
619
616 ;;; obsolete.el ends here 620 ;;; obsolete.el ends here