* dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
Provide features.
+2013-05-11 Glenn Morris <rgm@gnu.org>
+
+ * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
+ Provide features.
+
2013-05-11 Leo Liu <sdl.web@gmail.com>
* progmodes/octave.el (octave-indent-comment): Improve.
:type '(hook)
:version "20.3.3")
+(provide 'dos-vars)
+
;;; dos-vars.el ends here
;(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
(interactive)
(tpu-cursor-free-mode -1))
+(provide 'tpu-extras)
+
;; Local Variables:
;; generated-autoload-file: "tpu-edt.el"
;; End: