Remove deprecated set! & def-setting! macros

This commit is contained in:
Henrik Lissner 2019-01-05 17:48:46 -05:00
parent 9f249de569
commit b56639e31b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
17 changed files with 0 additions and 170 deletions

View file

@ -47,12 +47,6 @@ To have BACKENDS apply to any mode that is a parent of MODES, set MODES to
(setf (alist-get mode +company-backend-alist)
(cons type backends))))))
;; FIXME obsolete :company-backend
;;;###autoload
(def-setting! :company-backend (modes &rest backends)
:obsolete set-company-backend!
`(set-company-backend! ,modes ,@backends))
;;
;; Library