(ucs-insert): Inherit surrounding properties like self-insert-command.
This commit is contained in:
parent
cba9bdd242
commit
46772c240a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* international/mule-cmds.el (ucs-insert): Inherit surrounding
|
||||
properties like self-insert-command.
|
||||
|
||||
2008-02-11 Drew Adams <drew.adams@oracle.com>
|
||||
|
||||
* progmodes/etags.el: Add many doc strings.
|
||||
|
|
|
@ -2854,7 +2854,7 @@ Interactively, prompts for a hex string giving the code."
|
|||
(setq arg (string-to-number arg 16)))
|
||||
(if (or (< arg 0) (> arg #x10FFFF))
|
||||
(error "Not a Unicode character code: 0x%X" arg))
|
||||
(insert arg))
|
||||
(insert-and-inherit arg))
|
||||
|
||||
|
||||
;; arch-tag: b382c432-4b36-460e-bf4c-05efd0bb18dc
|
||||
|
|
Loading…
Add table
Reference in a new issue