emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/ergoemacs-mode 3aea9cf: * ergoemacs-functions.el: Fix u


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode 3aea9cf: * ergoemacs-functions.el: Fix unescaped character literals
Date: Sun, 7 May 2017 22:55:33 -0400 (EDT)

branch: externals/ergoemacs-mode
commit 3aea9cff5fbd589aff6fa6bf20f02625a1c93365
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * ergoemacs-functions.el: Fix unescaped character literals
---
 ergoemacs-functions.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ergoemacs-functions.el b/ergoemacs-functions.el
index cc73e0a..7e13650 100644
--- a/ergoemacs-functions.el
+++ b/ergoemacs-functions.el
@@ -1,6 +1,6 @@
 ;;; ergoemacs-functions.el --- miscellaneous functions for ErgoEmacs -*- 
lexical-binding: t -*-
 
-;; Copyright (C) 2013, 2014 Free Software Foundation, Inc.
+;; Copyright (C) 2013, 2014, 2017 Free Software Foundation, Inc.
 
 ;; Maintainer: Matthew L. Fidler
 ;; Authors: Xah Lee, Matthew Fidler, Drew Adams, Ting-Yu Lin, David
@@ -2115,7 +2115,7 @@ With a prefix, force regeneration. "
     ;; Tilde (ñãõÑÃÕ)
     (?\361 . ?n)(?\343 . ?a)(?\365 . ?o)(?\321 . ?N)(?\303 . ?A)(?\325 . ?O)
     (?\337 . "ss")                      ; S-zed (Beta) (ß)
-    (?\253 . ?")(?\273 . ?")            ; Guillemets -> double quotes («»)
+    (?\253 . ?\")(?\273 . ?\")          ; Guillemets -> double quotes («»)
     (?\346 . "ae")(?\306 . "AE")        ; ae, AE (æÆ)
     (?\370 . ?o)(?\330 . ?O)            ; Slashed O (øØ)
     (?\260 . ?@)(?\345 . ?a)(?\305 . ?A) ; Angstrom (degree) (°åÅ)



reply via email to

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