* international/mule-cmds.el (ucs-insert): Mark it as an obsolete
authorAlp Aker <alp.tekin.aker@gmail.com>
Wed, 25 Jul 2012 23:11:23 +0000 (19:11 -0400)
committerAlp Aker <alp.tekin.aker@gmail.com>
Wed, 25 Jul 2012 23:11:23 +0000 (19:11 -0400)
  function, not an obsolete variable (Bug#12046).

lisp/ChangeLog
lisp/international/mule-cmds.el

index a773e15..1d4baa8 100644 (file)
@@ -1,3 +1,8 @@
+2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
+
+       * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
+       function, not an obsolete variable (Bug#12046).
+
 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
 
        * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
index a91c71b..93c0cbf 100644 (file)
@@ -2954,7 +2954,7 @@ point or a number in hash notation, e.g. #o21430 for octal,
      (t
       (cdr (assoc-string input (ucs-names) t))))))
 
-(define-obsolete-variable-alias 'ucs-insert 'insert-char "24.2")
+(define-obsolete-function-alias 'ucs-insert 'insert-char "24.2")
 (define-key ctl-x-map "8\r" 'insert-char)
 
 ;;; mule-cmds.el ends here