diff options
author | Magnus Henoch <magnus.henoch@gmail.com> | 2016-02-25 16:10:19 +1030 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2016-02-25 16:11:40 +1030 |
commit | 7d206fc6044dc429a8c037856d30529a403395f5 (patch) | |
tree | fe733c9546fc3b56b85ee3fb0b73f5f80c97d057 /lisp/leim | |
parent | 8be32cf45cd8b39ff6c8dc431b0ac04a0959786d (diff) | |
download | emacs-7d206fc6044dc429a8c037856d30529a403395f5.tar.gz |
Input method polish-slash should not use keyboard translation
* lisp/leim/quail/latin-pre.el ("polish-slash"): Input method
polish-slash should not use keyboard translation (bug#19081).
Diffstat (limited to 'lisp/leim')
-rw-r--r-- | lisp/leim/quail/latin-pre.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/leim/quail/latin-pre.el b/lisp/leim/quail/latin-pre.el index e960ff32c79..078f9f99fab 100644 --- a/lisp/leim/quail/latin-pre.el +++ b/lisp/leim/quail/latin-pre.el @@ -707,7 +707,7 @@ Key translation rules are: "polish-slash" "Polish" "PL>" nil "Polish diacritics and slash character are input as `/[acelnosxzACELNOSXZ/]'. For example, the character named `aogonek' is obtained by `/a'." - nil t t t nil nil nil nil nil nil t) + nil t t nil nil nil nil nil nil nil t) (quail-define-rules ("//" ?/) |