+2008-08-04 Juanma Barranquero <lekktu@gmail.com>
+
+ * international/mule-cmds.el (read-char-by-name):
+ Check UCS names with `assoc-string' and case folding.
+
2008-08-04 Michael Albinus <michael.albinus@gmx.de>
* net/dbus.el (dbus-call-method-asynchronously)
- (dbus-method-return-internal, dbus-method-error-internal): Declare
- them with `declare-function'.
+ (dbus-method-return-internal, dbus-method-error-internal):
+ Declare them with `declare-function'.
2008-08-04 Juanma Barranquero <lekktu@gmail.com>
* ido.el (ido-mode): Add toggle notification.
- * cus-edit.el (custom-save-all): Avoid destrying symlink if
+ * cus-edit.el (custom-save-all): Avoid destroying symlink if
already visiting the custom file.
* pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
((string-match "^#" input)
(read input))
(t
- (cdr (assoc input (ucs-names)))))))
+ (cdr (assoc-string input (ucs-names) t))))))
(defun ucs-insert (arg)
"Insert a character of the given Unicode code point.