* international/mule-cmds.el (ucs-insert): Mark it as an obsolete
function, not an obsolete variable (Bug#12046).
This commit is contained in:
parent
71f88e00a2
commit
b1364986cb
2 changed files with 6 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue