comparison lisp/prim/obsolete.el @ 104:cf808b4c4290 r20-1b4

Import from CVS: tag r20-1b4
author cvs
date Mon, 13 Aug 2007 09:16:51 +0200
parents 4be1180a9e89
children 360340f9fd5f
comparison
equal deleted inserted replaced
103:30eda07fe280 104:cf808b4c4290
606 on the system; white is (65280 65280 65280) or (65535 65535 65535). 606 on the system; white is (65280 65280 65280) or (65535 65535 65535).
607 If FRAME is omitted or nil, use the selected frame." 607 If FRAME is omitted or nil, use the selected frame."
608 (color-instance-rgb-components (make-color-instance color))) 608 (color-instance-rgb-components (make-color-instance color)))
609 (make-compatible 'x-color-values 'color-instance-rgb-components) 609 (make-compatible 'x-color-values 'color-instance-rgb-components)
610 610
611 ;; The name of char-int is unintuitive and silly.
612 (define-obsolete-function-alias 'char-int 'char-to-int)
613 ;; likewise with int-char.
614 (define-obsolete-function-alias 'int-char 'int-to-char)
615
611 ;;; obsolete.el ends here 616 ;;; obsolete.el ends here