From 36f84c3728a7c47e438eaf1e79ec1b780412631c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 11 May 2013 16:41:52 -0700 Subject: [PATCH] Make some files provide features * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el: Provide features. --- lisp/ChangeLog | 5 +++++ lisp/dos-vars.el | 2 ++ lisp/emacs-lisp/cl-indent.el | 2 ++ lisp/emulation/tpu-extras.el | 2 ++ 4 files changed, 11 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 49183dd9be3..aa2e0f2a055 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-05-11 Glenn Morris + + * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el: + Provide features. + 2013-05-11 Leo Liu * progmodes/octave.el (octave-indent-comment): Improve. diff --git a/lisp/dos-vars.el b/lisp/dos-vars.el index e6ddd0b9b30..e335bf737c1 100644 --- a/lisp/dos-vars.el +++ b/lisp/dos-vars.el @@ -43,4 +43,6 @@ in `standard-display-table' as appropriate for your codepage, if :type '(hook) :version "20.3.3") +(provide 'dos-vars) + ;;; dos-vars.el ends here diff --git a/lisp/emacs-lisp/cl-indent.el b/lisp/emacs-lisp/cl-indent.el index 599cf3ac345..bbfe9ec6424 100644 --- a/lisp/emacs-lisp/cl-indent.el +++ b/lisp/emacs-lisp/cl-indent.el @@ -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 diff --git a/lisp/emulation/tpu-extras.el b/lisp/emulation/tpu-extras.el index 30143a0fa96..7cdba4d6e6b 100644 --- a/lisp/emulation/tpu-extras.el +++ b/lisp/emulation/tpu-extras.el @@ -436,6 +436,8 @@ A repeat count means scroll that many sections." (interactive) (tpu-cursor-free-mode -1)) +(provide 'tpu-extras) + ;; Local Variables: ;; generated-autoload-file: "tpu-edt.el" ;; End: -- 2.39.2