aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrégoire Jadi2014-08-10 17:43:33 -0700
committerGlenn Morris2014-08-10 17:43:33 -0700
commit1dd7098709827ed397ac16cd09550121274afc41 (patch)
tree622c9d0dc7dd4603e8a2d58c656a2410a2bc9766
parentd4ed7004f510237849d080000930889c4a54e73d (diff)
downloademacs-1dd7098709827ed397ac16cd09550121274afc41.tar.gz
emacs-1dd7098709827ed397ac16cd09550121274afc41.zip
* leim/quail/latin-post.el: Transform " __" into " _".
Fixes: debbugs:18023
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/leim/quail/latin-post.el1
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 @@
12014-08-11 Grégoire Jadi <daimrod@gmail.com>
2
3 * leim/quail/latin-post.el: Transform " __" into " _". (Bug#18023)
4
12014-08-10 Ulf Jasper <ulf.jasper@web.de> 52014-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 ("<<<" ["<<"])