diff options
author | Case Duckworth | 2021-12-26 22:50:00 -0600 |
---|---|---|
committer | Case Duckworth | 2021-12-26 22:50:00 -0600 |
commit | a58723657a954d058827a1a943951ab16888fa03 (patch) | |
tree | d54e979b653627f334d0cfe0a81fcadce8a4f48b | |
parent | Only use smartscan in prog-mode (diff) | |
download | emacs-a58723657a954d058827a1a943951ab16888fa03.tar.gz emacs-a58723657a954d058827a1a943951ab16888fa03.zip |
Fix typo
-rw-r--r-- | lisp/+cus-edit.el | 2 |
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 | ||