diff options
| -rw-r--r-- | lisp/isearch.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index cab2d090b73..2a6418ea8f8 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> | 5 | ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> |
| 6 | 6 | ||
| 7 | ;; |$Date: 1995/04/14 17:59:59 $|$Revision: 1.88 $ | 7 | ;; |$Date: 1995/04/24 15:27:35 $|$Revision: 1.89 $ |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
| @@ -495,7 +495,7 @@ is treated as a regexp. See \\[isearch-forward] for more info." | |||
| 495 | (if isearch-slow-terminal-mode (current-window-configuration) nil)) | 495 | (if isearch-slow-terminal-mode (current-window-configuration) nil)) |
| 496 | 496 | ||
| 497 | (setq isearch-mode " Isearch") ;; forward? regexp? | 497 | (setq isearch-mode " Isearch") ;; forward? regexp? |
| 498 | (set-buffer-modified-p (buffer-modified-p)) ; update modeline | 498 | (force-mode-line-update) |
| 499 | 499 | ||
| 500 | (isearch-push-state) | 500 | (isearch-push-state) |
| 501 | 501 | ||
| @@ -581,7 +581,7 @@ is treated as a regexp. See \\[isearch-forward] for more info." | |||
| 581 | (message "Mark saved where search started")))))) | 581 | (message "Mark saved where search started")))))) |
| 582 | 582 | ||
| 583 | (setq isearch-mode nil) | 583 | (setq isearch-mode nil) |
| 584 | (set-buffer-modified-p (buffer-modified-p)) ;; update modeline | 584 | (force-mode-line-update) |
| 585 | 585 | ||
| 586 | (if (and (> (length isearch-string) 0) (not nopush)) | 586 | (if (and (> (length isearch-string) 0) (not nopush)) |
| 587 | ;; Update the ring data. | 587 | ;; Update the ring data. |