diff options
| author | Grégoire Jadi | 2014-08-10 17:43:33 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-08-10 17:43:33 -0700 |
| commit | 1dd7098709827ed397ac16cd09550121274afc41 (patch) | |
| tree | 622c9d0dc7dd4603e8a2d58c656a2410a2bc9766 | |
| parent | d4ed7004f510237849d080000930889c4a54e73d (diff) | |
| download | emacs-1dd7098709827ed397ac16cd09550121274afc41.tar.gz emacs-1dd7098709827ed397ac16cd09550121274afc41.zip | |
* leim/quail/latin-post.el: Transform " __" into " _".
Fixes: debbugs:18023
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/leim/quail/latin-post.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8cf5e0f54c9..4c5169496e9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-08-11 Grégoire Jadi <daimrod@gmail.com> | ||
| 2 | |||
| 3 | * leim/quail/latin-post.el: Transform " __" into " _". (Bug#18023) | ||
| 4 | |||
| 1 | 2014-08-10 Ulf Jasper <ulf.jasper@web.de> | 5 | 2014-08-10 Ulf Jasper <ulf.jasper@web.de> |
| 2 | 6 | ||
| 3 | Enumerate evaluated sexp diary entries (Bug#7911). | 7 | Enumerate evaluated sexp diary entries (Bug#7911). |
diff --git a/lisp/leim/quail/latin-post.el b/lisp/leim/quail/latin-post.el index c72c459fde0..a4bb85eca69 100644 --- a/lisp/leim/quail/latin-post.el +++ b/lisp/leim/quail/latin-post.el | |||
| @@ -2299,6 +2299,7 @@ Doubling the postfix separates the letter and postfix: e.g. a'' -> a' | |||
| 2299 | ("z." ?ż) | 2299 | ("z." ?ż) |
| 2300 | ("z~" ?ž) | 2300 | ("z~" ?ž) |
| 2301 | 2301 | ||
| 2302 | (" __" [" _"]) | ||
| 2302 | ("!//" ["!/"]) | 2303 | ("!//" ["!/"]) |
| 2303 | ("///" ["//"]) | 2304 | ("///" ["//"]) |
| 2304 | ("<<<" ["<<"]) | 2305 | ("<<<" ["<<"]) |