Remove deprecated set! & def-setting! macros
This commit is contained in:
parent
9f249de569
commit
b56639e31b
17 changed files with 0 additions and 170 deletions
|
@ -22,9 +22,3 @@ Enables `electric-indent-local-mode' in MODES.
|
|||
(if chars (setq electric-indent-chars chars))
|
||||
(if words (setq +electric-indent-words words)))))
|
||||
(add-hook hook fn))))))
|
||||
|
||||
;; FIXME obsolete :electric
|
||||
;;;###autoload
|
||||
(def-setting! :electric (modes &rest plist)
|
||||
:obsolete set-electric!
|
||||
`(set-electric! ,modes ,@plist))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue