summary refs log tree commit diff stats
path: root/lisp/+cus-edit.el
diff options
context:
space:
mode:
authorCase Duckworth2021-12-26 22:50:00 -0600
committerCase Duckworth2021-12-26 22:50:00 -0600
commita58723657a954d058827a1a943951ab16888fa03 (patch)
treed54e979b653627f334d0cfe0a81fcadce8a4f48b /lisp/+cus-edit.el
parentOnly use smartscan in prog-mode (diff)
downloademacs-a58723657a954d058827a1a943951ab16888fa03.tar.gz
emacs-a58723657a954d058827a1a943951ab16888fa03.zip
Fix typo
Diffstat (limited to 'lisp/+cus-edit.el')
-rw-r--r--lisp/+cus-edit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/+cus-edit.el b/lisp/+cus-edit.el index 2f9769d..6ab8527 100644 --- a/lisp/+cus-edit.el +++ b/lisp/+cus-edit.el
@@ -49,7 +49,7 @@ passed on to `load'."
49 (apply 'custom-theme-set-variables 'user 49 (apply 'custom-theme-set-variables 'user
50 (seq-filter (lambda (el) 50 (seq-filter (lambda (el)
51 (memq (car el) 51 (memq (car el)
52 +customize-variable-allowlist)) 52 +custom-variable-allowlist))
53 args))))) 53 args)))))
54 (load custom-file noerror nomessage nosuffix must-suffix))) 54 (load custom-file noerror nomessage nosuffix must-suffix)))
55 55