diff options
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r-- | lisp/cus-edit.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 8915500a501..1659c285d84 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -5400,6 +5400,7 @@ if that value is non-nil." (setq-local custom--invocation-options nil custom--hidden-state 'hidden) (setq-local revert-buffer-function #'custom--revert-buffer) + (setq-local text-conversion-style 'action) (make-local-variable 'custom-options) (make-local-variable 'custom-local-buffer) (custom--initialize-widget-variables) |