]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/tutorial.el (tutorial--display-changes): Fix 2014-07-29 change.
authorGlenn Morris <rgm@gnu.org>
Mon, 1 Sep 2014 16:44:06 +0000 (09:44 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 1 Sep 2014 16:44:06 +0000 (09:44 -0700)
Fixes: debbugs:18382
lisp/ChangeLog
lisp/tutorial.el

index bccfcb8dc1c49e2337dfb0c5aa4c2d6c0b280550..939553608ba0462fbc5b0b4023c5335d76eb6cd0 100644 (file)
@@ -1,3 +1,8 @@
+2014-09-01  Glenn Morris  <rgm@gnu.org>
+
+       * tutorial.el (tutorial--display-changes):
+       Fix 2014-07-29 change.  (Bug#18382)
+
 2014-08-29  Ken Brown  <kbrown@cornell.edu>
 
        * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
index f6d4cb053ec1cca3a1468652e70e3c553fa5a201..2f264dc82bd2740caceedd305d377c499c25957f 100644 (file)
@@ -552,7 +552,7 @@ with some explanatory links."
          ;; 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))))