From: Kenichi Handa Date: Thu, 27 Dec 2007 02:37:58 +0000 (+0000) Subject: (terminal-composition-function): Fix previous change. X-Git-Tag: emacs-pretest-23.0.90~8295^2~75 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=38a82365dd5527b85d0f3180e43dc171df38b63f;p=emacs.git (terminal-composition-function): Fix previous change. --- diff --git a/lisp/composite.el b/lisp/composite.el index 2e6e534172c..39da7ec5dd1 100644 --- a/lisp/composite.el +++ b/lisp/composite.el @@ -443,7 +443,7 @@ See also the command `toggle-auto-composition'.") (defun terminal-composition-modification (from to) (terminal-composition-function from)) -(defun terminal-composition-function (from to pattern font-object string) +(defun terminal-composition-function (from to font-object string) "General composition function used on terminal. Non-spacing characters are composed with the preceding spacing character. All non-spacing characters has this function in