emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/isearch.el,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch.el,v
Date: Thu, 25 Sep 2008 17:06:23 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/09/25 17:06:22

Index: isearch.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/isearch.el,v
retrieving revision 1.329
retrieving revision 1.330
diff -u -b -r1.329 -r1.330
--- isearch.el  3 Sep 2008 00:01:25 -0000       1.329
+++ isearch.el  25 Sep 2008 17:06:22 -0000      1.330
@@ -2167,7 +2167,7 @@
       (funcall isearch-search-fun-function)
     (cond
      (isearch-word
-      (if isearch-forward 'word-search-forward 'word-search-backward))
+      (if isearch-forward 'word-search-forward-lax 'word-search-backward-lax))
      (isearch-regexp
       (if isearch-forward 're-search-forward 're-search-backward))
      (t




reply via email to

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