summaryrefslogtreecommitdiff
path: root/lisp/language/ethiopic.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/language/ethiopic.el')
-rw-r--r--lisp/language/ethiopic.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/language/ethiopic.el b/lisp/language/ethiopic.el
index 8573f6177df..209dcd51c90 100644
--- a/lisp/language/ethiopic.el
+++ b/lisp/language/ethiopic.el
@@ -79,8 +79,8 @@
)))
;; For automatic composition
-(aset composition-function-table ? 'ethio-composition-function)
-(aset composition-function-table ?፟ 'ethio-composition-function)
+(aset composition-function-table ? #'ethio-composition-function)
+(aset composition-function-table ?፟ #'ethio-composition-function)
(provide 'ethiopic)