mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-30 10:11:47 -07:00
(iso-transl-dead-key-alist): Fix syntax for ?^.
This commit is contained in:
parent
158f753256
commit
22041a64c0
1 changed files with 1 additions and 1 deletions
|
|
@ -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.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue