mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 1eb9a57ff9e68bf00beb446683883c217a608e5e Author: Matthew L. Fidler <[email protected]> Date: Wed Jul 2 07:40:47 2014 -0500 Fix another quote issue for #255 --- ergoemacs-layouts.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ergoemacs-layouts.el b/ergoemacs-layouts.el index 2230cf2..81d445e 100644 --- a/ergoemacs-layouts.el +++ b/ergoemacs-layouts.el @@ -138,7 +138,7 @@ "" "~" "!" "\"" "#" "$" "%" "'" "&" "*" "(" ")" "_" "+" "" "" "" "Ŝ" "Ĵ" "E" "R" "T" "Ĝ" "U" "I" "O" "P" "{" "}" "|" "" "" "A" "S" "D" "F" "G" "H" "J" "K" "L" "Ŭ" "Ĥ" "" "" - """ "" "Z" "Ĉ" "C" "V" "B" "N" "M" ";" ":" "?" "" "" "") + "" "" "Z" "Ĉ" "C" "V" "B" "N" "M" ";" ":" "?" "" "" "") "Esperanto (displaced semicolon and quote, obsolete) layout.") (defvar ergoemacs-layout-es
