mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 1ec846970069bb39e1f2f51ad517eeae4a4bc4db Author: Matthew L. Fidler <[email protected]> Date: Wed Jul 2 07:32:30 2014 -0500 Fix Extra Quote in Issue #255 --- ergoemacs-layouts.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ergoemacs-layouts.el b/ergoemacs-layouts.el index caf744e..88ba95c 100644 --- a/ergoemacs-layouts.el +++ b/ergoemacs-layouts.el @@ -126,7 +126,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 layout.") (defvar ergoemacs-layout-eo-displaced
