emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r117469: * lisp/tutorial.el (tutorial--display-ch


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r117469: * lisp/tutorial.el (tutorial--display-changes): Fix 2014-07-29 change.
Date: Mon, 01 Sep 2014 16:44:16 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117469
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/18382
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Mon 2014-09-01 09:44:06 -0700
message:
  * lisp/tutorial.el (tutorial--display-changes): Fix 2014-07-29 change.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/tutorial.el               
tutorial.el-20091113204419-o5vbwnq5f7feedwu-4434
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-08-30 09:29:13 +0000
+++ b/lisp/ChangeLog    2014-09-01 16:44:06 +0000
@@ -1,3 +1,8 @@
+2014-09-01  Glenn Morris  <address@hidden>
+
+       * tutorial.el (tutorial--display-changes):
+       Fix 2014-07-29 change.  (Bug#18382)
+
 2014-08-29  Ken Brown  <address@hidden>
 
        * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to

=== modified file 'lisp/tutorial.el'
--- a/lisp/tutorial.el  2014-07-29 13:41:50 +0000
+++ b/lisp/tutorial.el  2014-09-01 16:44:06 +0000
@@ -552,7 +552,7 @@
          ;; binding because the Hebrew tutorial uses directional
          ;; controls and Hebrew character maqaf, the Hebrew hyphen,
          ;; immediately before the binding string.
-         (concat "\\([[:space:]]\\|[[:punct:]]\\)\\("
+         (concat "\\(?:[[:space:]]\\|[[:punct:]]\\)\\("
                  (mapconcat (lambda (kdf) (regexp-quote
                                            (tutorial--key-description
                                             (nth 1 kdf))))


reply via email to

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