emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r99537: Revert isearch.el change due


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99537: Revert isearch.el change due to feature freeze.
Date: Fri, 19 Feb 2010 16:36:29 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99537
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Fri 2010-02-19 16:36:29 -0500
message:
  Revert isearch.el change due to feature freeze.
  
  * isearch.el (isearch-update-post-hook, isearch-update): Revert 2010-02-17 
change.
modified:
  lisp/ChangeLog
  lisp/isearch.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-02-19 18:59:00 +0000
+++ b/lisp/ChangeLog    2010-02-19 21:36:29 +0000
@@ -1,3 +1,8 @@
+2010-02-19  Chong Yidong  <address@hidden>
+
+       * isearch.el (isearch-update-post-hook, isearch-update): Revert
+       2010-02-17 change.
+
 2010-02-19  Ulf Jasper  <address@hidden>
 
        * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)

=== modified file 'lisp/isearch.el'
--- a/lisp/isearch.el   2010-02-17 21:39:21 +0000
+++ b/lisp/isearch.el   2010-02-19 21:36:29 +0000
@@ -156,9 +156,6 @@
 (defvar isearch-mode-hook nil
   "Function(s) to call after starting up an incremental search.")
 
-(defvar isearch-update-post-hook nil
-  "Function(s) to call after isearch has found matches in the buffer.")
-
 (defvar isearch-mode-end-hook nil
   "Function(s) to call after terminating an incremental search.
 When these functions are called, `isearch-mode-end-hook-quit'
@@ -871,8 +868,7 @@
     (isearch-lazy-highlight-new-loop))
   ;; We must prevent the point moving to the end of composition when a
   ;; part of the composition has just been searched.
-  (setq disable-point-adjustment t)
-  (run-hooks 'isearch-update-post-hook))
+  (setq disable-point-adjustment t))
 
 (defun isearch-done (&optional nopush edit)
   "Exit Isearch mode.


reply via email to

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