diff lisp/prim/obsolete.el @ 207:e45d5e7c476e r20-4b2

Import from CVS: tag r20-4b2
author cvs
date Mon, 13 Aug 2007 10:03:52 +0200
parents acd284d43ca1
children
line wrap: on
line diff
--- a/lisp/prim/obsolete.el	Mon Aug 13 10:02:48 2007 +0200
+++ b/lisp/prim/obsolete.el	Mon Aug 13 10:03:52 2007 +0200
@@ -615,11 +615,6 @@
   (color-instance-rgb-components (make-color-instance color)))
 (make-compatible 'x-color-values 'color-instance-rgb-components)
 
-;; The name of char-int is unintuitive and silly, but in CLtL2.
-(define-compatible-function-alias 'char-int 'char-to-int)
-;; 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-before)
@@ -694,4 +689,6 @@
 ;; Keywords already do The Right Thing in XEmacs
 (make-compatible 'define-widget-keywords "Just use them")
 
+(make-obsolete 'function-called-at-point 'function-at-point)
+
 ;;; obsolete.el ends here