Make some files provide features

* dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
Provide features.
This commit is contained in:
Glenn Morris 2013-05-11 16:41:52 -07:00
parent c8730c3abe
commit 36f84c3728
4 changed files with 11 additions and 0 deletions

View file

@ -809,4 +809,6 @@ optional\\|rest\\|key\\|allow-other-keys\\|aux\\|whole\\|body\\|environment\
;(put 'defclass 'common-lisp-indent-function '((&whole 2 &rest (&whole 2 &rest 1) &rest (&whole 2 &rest 1)))
;(put 'defgeneric 'common-lisp-indent-function 'defun)
(provide 'cl-indent)
;;; cl-indent.el ends here