aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/composite.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/composite.el b/lisp/composite.el
index 537adab6e90..667f158a346 100644
--- a/lisp/composite.el
+++ b/lisp/composite.el
@@ -646,7 +646,7 @@ All non-spacing characters has this function in
646 (setq i (1+ i)))) 646 (setq i (1+ i))))
647 gstring)))))) 647 gstring))))))
648 648
649(let ((elt '(["[[:alpha:]]\\c^+" 1 compose-gstring-for-graphic] 649(let ((elt '(["\\c.\\c^+" 1 compose-gstring-for-graphic]
650 [nil 0 compose-gstring-for-graphic]))) 650 [nil 0 compose-gstring-for-graphic])))
651 (map-char-table 651 (map-char-table
652 #'(lambda (key val) 652 #'(lambda (key val)