branch: externals/setup
commit 669f0fb0aa73b1ed39108564bfefd6708cda7325
Author: Philip K <[email protected]>
Commit: Philip K <[email protected]>
Drop (remove ...) form for user options
---
setup.el | 6 ------
1 file changed, 6 deletions(-)
diff --git a/setup.el b/setup.el
index 9ffb1f5..7c67546 100644
--- a/setup.el
+++ b/setup.el
@@ -340,12 +340,6 @@ the first FEATURE."
(funcall (or (get ',name 'custom-get)
#'symbol-value)
',name))))
- ((eq (car-safe name) 'remove)
- (setq name (cadr name)
- val `(remove ,val
- (funcall (or (get ',name 'custom-get)
- #'symbol-value)
- ',name))))
((error "Invalid option %S" name)))
`(customize-set-variable ',name ,val "Modified by `setup'"))
:documentation "Set the option NAME to VAL.