Mercurial > emacs
changeset 80039:9674532b4729
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 05 Feb 2008 11:49:45 +0000 |
parents | 322fda44015a |
children | c86cce8752cb |
files | lisp/isearch.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/isearch.el Tue Feb 05 11:47:46 2008 +0000 +++ b/lisp/isearch.el Tue Feb 05 11:49:45 2008 +0000 @@ -1461,7 +1461,7 @@ ;; removes all bracket-sets and groups that might be in the way, as ;; well as partial \{\} constructs that the code below leaves behind. ;; Also skip over postfix operators -- though horrid, - ;; 'ab?\{5,6\}+\{1,2\}*' is perfectly legal. + ;; 'ab?\{5,6\}+\{1,2\}*' is perfectly valid. (while (and previous (or (isearch-error-state frame) (let* ((string (isearch-string-state frame))