.emacs-my
changeset 1595 0f4f0205ef3e
parent 1594 cf7966919bd9
child 1596 caadc3835d6c
--- a/.emacs-my	Wed Jul 17 00:53:27 2019 +0300
+++ b/.emacs-my	Sun Jul 28 13:49:08 2019 +0300
@@ -725,7 +725,7 @@
   "Get character by Unicode `name'."
   (cond
    ((>= 26 emacs-major-version)
-    (gethash name (ucs-names) t))
+    (gethash name (ucs-names)))
    ((>= 23 emacs-major-version)
     (cdr (assoc-string name (ucs-names))))
    (t (error "Emacs version is too old and lacks Unicode support..."))))