Mercurial > emacs
changeset 4920:ccca18983144
entered into RCS
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 07 Nov 1993 10:24:20 +0000 |
parents | 3963d8a9f342 |
children | e96cc77d9a7c |
files | lisp/international/iso-transl.el |
diffstat | 1 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/iso-transl.el Sun Nov 07 08:10:46 1993 +0000 +++ b/lisp/international/iso-transl.el Sun Nov 07 10:24:20 1993 +0000 @@ -1,6 +1,6 @@ -;;; iso-insert.el --- insert functions for ISO 8859/1. +;;; iso-transl.el --- keyboard input definitions for ISO 8859/1. -;; Copyright (C) 1987 Free Software Foundation, Inc. +;; Copyright (C) 1987, 1993 Free Software Foundation, Inc. ;; Author: Howard Gayle ;; Maintainer: FSF @@ -137,7 +137,10 @@ (define-key map "~~" [172]) (or key-translation-map (setq key-translation-map (make-sparse-keymap))) - (define-key key-translation-map "\C-x8" map)) + (define-key key-translation-map "\C-x8" map) + (define-key isearch-mode-map "\C-x" nil) + (define-key isearch-mode-map [?\C-x t] 'isearch-other-control-char) + (define-key isearch-mode-map "\C-x8" nil)) (provide 'iso-transl)