# HG changeset patch # User Karl Heuer # Date 803283021 0 # Node ID 1d2296cfa1e367342916d68976138f3523587f74 # Parent 93010bff5b5675050c33a15cce8858788c341dfb (isearch-mode): Use overriding-terminal-local-map, not overriding-local-map. (isearch-done): Likewise. diff -r 93010bff5b56 -r 1d2296cfa1e3 lisp/isearch.el --- a/lisp/isearch.el Fri Jun 16 05:42:42 1995 +0000 +++ b/lisp/isearch.el Fri Jun 16 06:10:21 1995 +0000 @@ -500,8 +500,7 @@ (isearch-push-state) - (make-local-variable 'overriding-local-map) - (setq overriding-local-map isearch-mode-map) + (setq overriding-terminal-local-map isearch-mode-map) (isearch-update) (run-hooks 'isearch-mode-hook) @@ -559,7 +558,7 @@ (setq mouse-leave-buffer-hook nil) ;; Called by all commands that terminate isearch-mode. ;; If NOPUSH is non-nil, we don't push the string on the search ring. - (setq overriding-local-map nil) + (setq overriding-terminal-local-map nil) ;; (setq pre-command-hook isearch-old-pre-command-hook) ; for lemacs (isearch-dehighlight t) (let ((found-start (window-start (selected-window)))