diff options
| author | Kenichi Handa <handa@m17n.org> | 2007-10-20 06:26:37 +0000 | 
|---|---|---|
| committer | Kenichi Handa <handa@m17n.org> | 2007-10-20 06:26:37 +0000 | 
| commit | fbd80e28b7dfdd0a59e63b4a742392e0ca9dab88 (patch) | |
| tree | d3bdde95563229f412e690d512f8beaeef60e18f | |
| parent | dce693f89b1fc6996dc858c6e38db5edb32d411b (diff) | |
| download | emacs-fbd80e28b7dfdd0a59e63b4a742392e0ca9dab88.tar.gz | |
("\\qed"): Add this rule.
| -rw-r--r-- | leim/ChangeLog | 4 | ||||
| -rw-r--r-- | leim/quail/latin-ltx.el | 1 | 
2 files changed, 5 insertions, 0 deletions
| diff --git a/leim/ChangeLog b/leim/ChangeLog index 3df1f9dd039..31394421144 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,7 @@ +2007-10-20  Edward O'Connor <hober0@gmail.com>  (tiny change) + +	* quail/latin-ltx.el ("\\qed"): Add this rule. +  2007-07-25  Glenn Morris  <rgm@gnu.org>  	* Relicense all FSF files to GPLv3 or later. diff --git a/leim/quail/latin-ltx.el b/leim/quail/latin-ltx.el index 136499f55a4..8aaf31cad86 100644 --- a/leim/quail/latin-ltx.el +++ b/leim/quail/latin-ltx.el @@ -786,6 +786,7 @@ system, including many technical ones.  Examples:   ("\\prod" ?∏)   ("\\propto" ?∝)   ("\\psi" ?ψ) + ("\\qed" ?∎)   ("\\quad" ? )   ("\\rangle" ?〉)   ("\\rbrace" ?}) | 
