From: Glenn Morris Date: Mon, 1 Sep 2014 16:44:06 +0000 (-0700) Subject: * lisp/tutorial.el (tutorial--display-changes): Fix 2014-07-29 change. X-Git-Tag: emacs-24.3.94~66 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ad5c82a8cc3f78172dc872c7fe3c6e774f50fe15;p=emacs.git * lisp/tutorial.el (tutorial--display-changes): Fix 2014-07-29 change. Fixes: debbugs:18382 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bccfcb8dc1c..939553608ba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-09-01 Glenn Morris + + * tutorial.el (tutorial--display-changes): + Fix 2014-07-29 change. (Bug#18382) + 2014-08-29 Ken Brown * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to diff --git a/lisp/tutorial.el b/lisp/tutorial.el index f6d4cb053ec..2f264dc82bd 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el @@ -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))))