mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 20:41:23 +00:00
* lisp/cus-edit.el (custom-mode-map): Bind 'Custom-reset-standard'
(Bug#80218)
This commit is contained in:
parent
e347f65951
commit
6de5976354
1 changed files with 1 additions and 0 deletions
|
|
@ -432,6 +432,7 @@
|
|||
"DEL" #'scroll-down-command
|
||||
"C-c C-c" #'Custom-set
|
||||
"C-x C-s" #'Custom-save
|
||||
"C-c C-k" #'Custom-reset-standard
|
||||
"q" #'Custom-buffer-done
|
||||
"u" #'Custom-goto-parent
|
||||
"n" #'widget-forward
|
||||
|
|
|
|||
Loading…
Reference in a new issue