emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112554: Make some files provide feat


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112554: Make some files provide features
Date: Sat, 11 May 2013 16:41:52 -0700
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112554
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2013-05-11 16:41:52 -0700
message:
  Make some files provide features
  
  * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
  Provide features.
modified:
  lisp/ChangeLog
  lisp/dos-vars.el
  lisp/emacs-lisp/cl-indent.el
  lisp/emulation/tpu-extras.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-05-11 13:22:06 +0000
+++ b/lisp/ChangeLog    2013-05-11 23:41:52 +0000
@@ -1,3 +1,8 @@
+2013-05-11  Glenn Morris  <address@hidden>
+
+       * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
+       Provide features.
+
 2013-05-11  Leo Liu  <address@hidden>
 
        * progmodes/octave.el (octave-indent-comment): Improve.

=== modified file 'lisp/dos-vars.el'
--- a/lisp/dos-vars.el  2013-01-01 09:11:05 +0000
+++ b/lisp/dos-vars.el  2013-05-11 23:41:52 +0000
@@ -43,4 +43,6 @@
   :type '(hook)
   :version "20.3.3")
 
+(provide 'dos-vars)
+
 ;;; dos-vars.el ends here

=== modified file 'lisp/emacs-lisp/cl-indent.el'
--- a/lisp/emacs-lisp/cl-indent.el      2013-01-01 09:11:05 +0000
+++ b/lisp/emacs-lisp/cl-indent.el      2013-05-11 23:41:52 +0000
@@ -809,4 +809,6 @@
 ;(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

=== modified file 'lisp/emulation/tpu-extras.el'
--- a/lisp/emulation/tpu-extras.el      2013-01-01 09:11:05 +0000
+++ b/lisp/emulation/tpu-extras.el      2013-05-11 23:41:52 +0000
@@ -436,6 +436,8 @@
   (interactive)
   (tpu-cursor-free-mode -1))
 
+(provide 'tpu-extras)
+
 ;; Local Variables:
 ;; generated-autoload-file: "tpu-edt.el"
 ;; End:


reply via email to

[Prev in Thread] Current Thread [Next in Thread]