]> code.delx.au - gnu-emacs/commitdiff
Make some files provide features
authorGlenn Morris <rgm@gnu.org>
Sat, 11 May 2013 23:41:52 +0000 (16:41 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 11 May 2013 23:41:52 +0000 (16:41 -0700)
* dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
Provide features.

lisp/ChangeLog
lisp/dos-vars.el
lisp/emacs-lisp/cl-indent.el
lisp/emulation/tpu-extras.el

index 49183dd9be33be6d4cc367499adcedb847d0c038..aa2e0f2a05594a3158839a4ad5b885e717f951da 100644 (file)
@@ -1,3 +1,8 @@
+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.
index e6ddd0b9b308e837590748aa0547201cb22a14c9..e335bf737c12a9b9ad53ea0b5a93d4e760a52c8c 100644 (file)
@@ -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
index 599cf3ac34597eaa0485bc367d3fe80ce41235be..bbfe9ec642416b8fb46e434401648e53aeb77151 100644 (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
index 30143a0fa96ef01ac37322b35643aa157c72695e..7cdba4d6e6b06d1f0ffae8158955741287294919 100644 (file)
@@ -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: