1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

entered into RCS

This commit is contained in:
Richard M. Stallman 1993-11-07 10:24:20 +00:00
parent a78db71c72
commit 9a726cd617

View File

@ -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)