emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117683: * leim/quail/latin-post.el: Transform " __"


From: Glenn Morris
Subject: [Emacs-diffs] trunk r117683: * leim/quail/latin-post.el: Transform " __" into " _".
Date: Mon, 11 Aug 2014 00:43:41 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117683
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/18023
author: Grégoire Jadi <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2014-08-10 17:43:33 -0700
message:
  * leim/quail/latin-post.el: Transform " __" into " _".
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/leim/quail/latin-post.el  
latinpost.el-20091113204419-o5vbwnq5f7feedwu-1213
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-08-10 17:48:51 +0000
+++ b/lisp/ChangeLog    2014-08-11 00:43:33 +0000
@@ -1,3 +1,7 @@
+2014-08-11  Grégoire Jadi  <address@hidden>
+
+       * leim/quail/latin-post.el: Transform " __" into " _".  (Bug#18023)
+
 2014-08-10  Ulf Jasper  <address@hidden>
 
        Enumerate evaluated sexp diary entries (Bug#7911).

=== modified file 'lisp/leim/quail/latin-post.el'
--- a/lisp/leim/quail/latin-post.el     2014-01-01 07:43:34 +0000
+++ b/lisp/leim/quail/latin-post.el     2014-08-11 00:43:33 +0000
@@ -2299,6 +2299,7 @@
  ("z." ?ż)
  ("z~" ?ž)
 
+ (" __" [" _"])
  ("!//" ["!/"])
  ("///" ["//"])
  ("<<<" ["<<"])


reply via email to

[Prev in Thread] Current Thread [Next in Thread]