emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/international/utf-7.el,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/international/utf-7.el,v
Date: Thu, 29 May 2008 21:57:33 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/05/29 21:57:32

Index: international/utf-7.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/international/utf-7.el,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- international/utf-7.el      6 May 2008 08:06:51 -0000       1.14
+++ international/utf-7.el      29 May 2008 21:57:32 -0000      1.15
@@ -92,7 +92,7 @@
     (goto-char (point-min))
     (while (not (eobp))
       (skip-chars-forward skip-chars)
-      (if (eq ?+ (char-after))
+      (if (eq esc (char-after))
          (progn (forward-char)
                 (insert ?-))
        (unless (eobp)




reply via email to

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