[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
use correct vector/list syntax for keybindings?
From: |
Robert Pluim |
Subject: |
use correct vector/list syntax for keybindings? |
Date: |
Tue, 05 Nov 2019 13:31:46 +0100 |
In "(emacs) Init Rebinding", it says
If a vector element is a character, write it
as a Lisp character constant: ‘?’ followed by the character as it would
appear in a string.
There are a fair few bindings in the emacs source that forget the '?'
and do eg
[(control c)]
Is it worth going through and changing those?
Robert
- use correct vector/list syntax for keybindings?,
Robert Pluim <=