summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-04-25 22:28:40 +0000
committerKarl Heuer <kwzh@gnu.org>1995-04-25 22:28:40 +0000
commit3f88ef11f66faf62d1542700b81d7f399272c5c0 (patch)
treeab1d9ed3f475a4f57986b7ddefc0bcefb4a37a32 /lisp/isearch.el
parent6d7bf84fb910d4c5940c116757179378a920dcb0 (diff)
downloademacs-3f88ef11f66faf62d1542700b81d7f399272c5c0.tar.gz
(isearch-mode, isearch-done): Use force-mode-line-update.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r--lisp/isearch.el6
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 @@
;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
-;; |$Date: 1995/04/14 17:59:59 $|$Revision: 1.88 $
+;; |$Date: 1995/04/24 15:27:35 $|$Revision: 1.89 $
;; This file is part of GNU Emacs.
@@ -495,7 +495,7 @@ is treated as a regexp. See \\[isearch-forward] for more info."
(if isearch-slow-terminal-mode (current-window-configuration) nil))
(setq isearch-mode " Isearch") ;; forward? regexp?
- (set-buffer-modified-p (buffer-modified-p)) ; update modeline
+ (force-mode-line-update)
(isearch-push-state)
@@ -581,7 +581,7 @@ is treated as a regexp. See \\[isearch-forward] for more info."
(message "Mark saved where search started"))))))
(setq isearch-mode nil)
- (set-buffer-modified-p (buffer-modified-p)) ;; update modeline
+ (force-mode-line-update)
(if (and (> (length isearch-string) 0) (not nopush))
;; Update the ring data.