]> git.eshelyaron.com Git - emacs.git/commitdiff
(iso-transl-dead-key-alist): Fix syntax for ?^.
authorRichard M. Stallman <rms@gnu.org>
Tue, 27 Feb 1996 16:32:05 +0000 (16:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 27 Feb 1996 16:32:05 +0000 (16:32 +0000)
lisp/international/iso-transl.el

index 3e1aeec96aa117c6302c41d18e5c250314af51d2..284f02ed05a6986b778c23185a0cb9a761788202 100644 (file)
@@ -37,7 +37,7 @@
   '((?\' . mute-acute)
     (?\` . mute-grave)
     (?\" . mute-diaeresis)
-    (?\^ . mute-asciicircum)
+    (?^ . mute-asciicircum)  ;; Don't use \, since \^ is special.
     (?\~ . mute-asciitilde))
   "Mapping of ASCII characters to their corresponding dead-key symbols.")