[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/calc/calc-help.el,v
From: |
Jay Belanger |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/calc/calc-help.el,v |
Date: |
Sun, 13 Jul 2008 04:37:45 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Jay Belanger <jpb> 08/07/13 04:37:44
Index: calc-help.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/calc/calc-help.el,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- calc-help.el 18 May 2008 20:34:48 -0000 1.36
+++ calc-help.el 13 Jul 2008 04:37:44 -0000 1.37
@@ -366,7 +366,7 @@
(let (Info-history)
(Info-goto-node (buffer-substring (match-beginning 1) (match-end 1))))
(or (let ((case-fold-search nil))
- (or (search-forward (format "\\[`%s'\\]\\|(`%s')\\|\\<The[ \n]`%s'"
+ (or (re-search-forward (format "\\[`%s'\\]\\|(`%s')\\|\\<The[ \n]`%s'"
(or target thing)
(or target thing)
(or target thing)) nil t)
@@ -376,7 +376,7 @@
(search-forward (format "`%s'" (or target thing)) nil t)
(search-forward (or target thing) nil t)))
(let ((case-fold-search t))
- (or (search-forward (format "\\[`%s'\\]\\|(`%s')\\|\\<The[ \n]`%s'"
+ (or (re-search-forward (format "\\[`%s'\\]\\|(`%s')\\|\\<The[ \n]`%s'"
(or target thing)
(or target thing)
(or target thing)) nil t)
- [Emacs-diffs] Changes to emacs/lisp/calc/calc-help.el,v,
Jay Belanger <=