summary refs log tree commit diff stats
path: root/lisp/+cus-edit.el
diff options
context:
space:
mode:
authorCase Duckworth2022-06-08 17:59:53 -0500
committerCase Duckworth2022-06-08 17:59:53 -0500
commitaf3eb37c8e51084261f2ad4bfe1d36fffbcfaebf (patch)
tree5555dc7a42ce8d226a9cbd1e68ba4f760b42f22b /lisp/+cus-edit.el
parentAdd link to new server (diff)
downloademacs-af3eb37c8e51084261f2ad4bfe1d36fffbcfaebf.tar.gz
emacs-af3eb37c8e51084261f2ad4bfe1d36fffbcfaebf.zip
blep
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 7fa46d4..4631811 100644 --- a/lisp/+cus-edit.el +++ b/lisp/+cus-edit.el
@@ -50,7 +50,7 @@ pass t to it."
50 (cl-letf (((symbol-function 'custom-set-faces) 'ignore) 50 (cl-letf (((symbol-function 'custom-set-faces) 'ignore)
51 ((symbol-function 'custom-set-variables) 51 ((symbol-function 'custom-set-variables)
52 (lambda (&rest args) 52 (lambda (&rest args)
53 (apply 'custom-theme-set-variables 'user 53 (apply #'custom-theme-set-variables 'user
54 (seq-filter (lambda (el) 54 (seq-filter (lambda (el)
55 (memq (car el) 55 (memq (car el)
56 +custom-variable-allowlist)) 56 +custom-variable-allowlist))