]> git.eshelyaron.com Git - emacs.git/commit
* lisp/vc/diff-mode.el (diff-minor-mode-prefix): Replace "ESC" with "\e".
authorJuri Linkov <juri@linkov.net>
Wed, 28 Dec 2022 18:14:43 +0000 (20:14 +0200)
committerJuri Linkov <juri@linkov.net>
Wed, 28 Dec 2022 18:14:43 +0000 (20:14 +0200)
commitb69bffeec05302529209559dfb2ab24d9e711192
treec1b999c2eb0f43fc132b2498a66aa1bfcd3217fa
parent9263847ab769577c528036c6a58dff9b16f0828f
* lisp/vc/diff-mode.el (diff-minor-mode-prefix): Replace "ESC" with "\e".

"ESC" looks like an attempt to use kbd syntax in customization.
But actually now 'key-description' is used in 'diff-minor-mode-map'
to convert "\e" to "ESC".
lisp/vc/diff-mode.el