mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-03 11:33:37 +00:00
Revert isearch.el change due to feature freeze.
* isearch.el (isearch-update-post-hook, isearch-update): Revert 2010-02-17 change.
This commit is contained in:
parent
b4340b3f0b
commit
3513efb2b5
@ -1,3 +1,8 @@
|
||||
2010-02-19 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* isearch.el (isearch-update-post-hook, isearch-update): Revert
|
||||
2010-02-17 change.
|
||||
|
||||
2010-02-19 Ulf Jasper <ulf.jasper@web.de>
|
||||
|
||||
* calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
|
||||
|
@ -156,9 +156,6 @@ command history."
|
||||
(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 @@ It is called by the function `isearch-forward' and other related functions."
|
||||
(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.
|
||||
|
Loading…
Reference in New Issue
Block a user