From 6de597635448b3585259bb528b52fe19a7d369c4 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Fri, 20 Feb 2026 21:25:07 +0100 Subject: [PATCH] * lisp/cus-edit.el (custom-mode-map): Bind 'Custom-reset-standard' (Bug#80218) --- lisp/cus-edit.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 64b2c7b857b..d62976a8d37 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -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