]> git.eshelyaron.com Git - emacs.git/commitdiff
Define Latin-1, Latin-2 and Latin-3 chars as self-inserting.
authorRichard M. Stallman <rms@gnu.org>
Mon, 12 May 1997 23:22:22 +0000 (23:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 12 May 1997 23:22:22 +0000 (23:22 +0000)
lisp/bindings.el

index dc65121239976409a87f73056e906bbd58fc0251..b906bcdcae9a6072e39158869913b6c5bdfe4735 100644 (file)
@@ -220,6 +220,11 @@ for \\[find-tag] (which see)."
 ;; that we will not need to keep permanently.
 (garbage-collect)
 \f
+;; Make Latin-1, Latin-2 and Latin-3 characters self-insert.
+(set-char-table-range (nth 1 global-map) [129] 'self-insert-command)
+(set-char-table-range (nth 1 global-map) [130] 'self-insert-command)
+(set-char-table-range (nth 1 global-map) [131] 'self-insert-command)
+
 (define-key ctl-x-map "n" (make-sparse-keymap))
 (define-key ctl-x-map "r" (make-sparse-keymap))