diff options
Diffstat (limited to 'leim')
-rw-r--r-- | leim/ChangeLog | 5 | ||||
-rw-r--r-- | leim/quail/latin-ltx.el | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index be65c6088c..f597627929 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,8 @@ +2012-04-09 Eli Zaretskii <eliz@gnu.org> + + * quail/latin-ltx.el (latin-ltx--define-rules): Comment out + debugging messages. + 2012-04-09 Glenn Morris <rgm@gnu.org> * Makefile.in: Compute the list of .el files to be compiled dynamically, diff --git a/leim/quail/latin-ltx.el b/leim/quail/latin-ltx.el index 0d8ecf6303..9f4c966489 100644 --- a/leim/quail/latin-ltx.el +++ b/leim/quail/latin-ltx.el @@ -68,7 +68,8 @@ system, including many technical ones. Examples: (push (list x char) newrules)) (setq count (1+ count)) (push (list keys char) newrules)))))) - (message "latin-ltx: %d mapping for %S" count re))))) + ;(message "latin-ltx: %d mapping for %S" count re) + )))) `(quail-define-rules ,@(nreverse (delete-dups newrules)))))) (latin-ltx--define-rules |