1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(isearch-mode-map): Bind `mouse-movement' to nil.

This commit is contained in:
Gerd Moellmann 2001-10-18 10:06:01 +00:00
parent d0035f7a52
commit 3f482bc0e5
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2001-10-18 Gerd Moellmann <gerd@gnu.org>
* isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
* obsolete/hilit19.el (hilit-lookup-face-create): Call
set-face-font only if display-graphic-p.
(toplevel): Remove references to window-system.

View file

@ -312,6 +312,7 @@ Default value, nil, means edit the string instead."
(define-key map [delete-frame] nil)
(define-key map [iconify-frame] nil)
(define-key map [make-frame-visible] nil)
(define-key map [mouse-movement] nil)
;; For searching multilingual text.
(define-key map "\C-\\" 'isearch-toggle-input-method)
(define-key map "\C-^" 'isearch-toggle-specified-input-method)