[slime-cvs] CVS slime/contrib
CVS User heller
heller at common-lisp.net
Fri May 28 14:15:30 UTC 2010
Update of /project/slime/cvsroot/slime/contrib
In directory cl-net:/tmp/cvs-serv12957/contrib
Modified Files:
ChangeLog slime-c-p-c.el slime-fancy-inspector.el
slime-fancy.el slime-fontifying-fu.el slime-fuzzy.el
slime-package-fu.el slime-parse.el slime-presentations.el
slime-references.el slime-repl.el slime-scratch.el
Log Message:
Call provide at the end of the file.
* slime-c-p-c.el slime-fancy-inspector.el slime-fancy.el
slime-fontifying-fu.el slime-fuzzy.el slime-package-fu.el
slime-parse.el slime-presentations.el slime-references.el
slime-repl.el slime-scratch.el:
--- /project/slime/cvsroot/slime/contrib/ChangeLog 2010/05/28 10:49:35 1.386
+++ /project/slime/cvsroot/slime/contrib/ChangeLog 2010/05/28 14:15:30 1.387
@@ -1,5 +1,13 @@
2010-05-28 Helmut Eller <heller at common-lisp.net>
+ * slime-c-p-c.el slime-fancy-inspector.el slime-fancy.el
+ slime-fontifying-fu.el slime-fuzzy.el slime-package-fu.el
+ slime-parse.el slime-presentations.el slime-references.el
+ slime-repl.el slime-scratch.el: Call provide at the end of the
+ file.
+
+2010-05-28 Helmut Eller <heller at common-lisp.net>
+
* swank-kawa.scm (wrap-compilation): Set Compilation.explict flag.
(list-file): Add cast to resolve overloaded parse method.
(disassemble-form): Update for change from 2010-05-18.
--- /project/slime/cvsroot/slime/contrib/slime-c-p-c.el 2010/05/13 15:31:07 1.24
+++ /project/slime/cvsroot/slime/contrib/slime-c-p-c.el 2010/05/28 14:15:30 1.25
@@ -230,3 +230,6 @@
wished-completion
(buffer-string)
'equal))
+
+(provide 'slime-c-p-c)
+
--- /project/slime/cvsroot/slime/contrib/slime-fancy-inspector.el 2010/05/28 10:49:45 1.6
+++ /project/slime/cvsroot/slime/contrib/slime-fancy-inspector.el 2010/05/28 14:15:30 1.7
@@ -16,3 +16,5 @@
(interactive)
(slime-eval-describe `(swank:disassemble-form
,(slime-definition-at-point t))))
+
+(provide 'slime-fancy-inspector)
\ No newline at end of file
--- /project/slime/cvsroot/slime/contrib/slime-fancy.el 2010/05/13 15:31:07 1.12
+++ /project/slime/cvsroot/slime/contrib/slime-fancy.el 2010/05/28 14:15:30 1.13
@@ -26,4 +26,6 @@
(slime-scratch-init)
(slime-references-init)
(slime-package-fu-init)
- (slime-fontifying-fu-init)))
\ No newline at end of file
+ (slime-fontifying-fu-init)))
+
+(provide 'slime-fancy)
--- /project/slime/cvsroot/slime/contrib/slime-fontifying-fu.el 2010/05/13 15:31:07 1.18
+++ /project/slime/cvsroot/slime/contrib/slime-fontifying-fu.el 2010/05/28 14:15:30 1.19
@@ -349,3 +349,4 @@
(slime-autodoc-mode -1))))
(setq lisp-mode-hook hook))))
+(provide 'slime-fontifying-fu)
--- /project/slime/cvsroot/slime/contrib/slime-fuzzy.el 2010/05/13 15:31:07 1.19
+++ /project/slime/cvsroot/slime/contrib/slime-fuzzy.el 2010/05/28 14:15:30 1.20
@@ -581,3 +581,4 @@
configuration was changed, we nullify our saved configuration."
(setq slime-fuzzy-saved-window-configuration nil))
+(provide 'slime-fuzzy)
\ No newline at end of file
--- /project/slime/cvsroot/slime/contrib/slime-package-fu.el 2010/05/13 15:31:07 1.9
+++ /project/slime/cvsroot/slime/contrib/slime-package-fu.el 2010/05/28 14:15:30 1.10
@@ -207,3 +207,5 @@
(message "Symbol `%s' now exported from `%s'" symbol package)
(message "Symbol `%s' already exported from `%s'" symbol package))
(slime-export-symbol symbol package)))))
+
+(provide 'slime-package-fu)
--- /project/slime/cvsroot/slime/contrib/slime-parse.el 2010/05/28 10:49:45 1.36
+++ /project/slime/cvsroot/slime/contrib/slime-parse.el 2010/05/28 14:15:30 1.37
@@ -396,3 +396,4 @@
(let ((state (slime-current-parser-state)))
(or (nth 3 state) (nth 4 state))))
+(provide 'slime-parse)
--- /project/slime/cvsroot/slime/contrib/slime-presentations.el 2010/05/13 15:31:07 1.35
+++ /project/slime/cvsroot/slime/contrib/slime-presentations.el 2010/05/28 14:15:30 1.36
@@ -841,3 +841,4 @@
(in-sldb-face local-value value)
`(:frame-var ,slime-current-thread ,(car frame) ,index) t))
+(provide 'slime-presentations)
\ No newline at end of file
--- /project/slime/cvsroot/slime/contrib/slime-references.el 2010/05/13 15:31:07 1.6
+++ /project/slime/cvsroot/slime/contrib/slime-references.el 2010/05/28 14:15:30 1.7
@@ -140,3 +140,4 @@
((:references references) (slime-insert-references references) t)
(t nil)))
+(provide 'slime-references)
\ No newline at end of file
--- /project/slime/cvsroot/slime/contrib/slime-repl.el 2010/05/19 06:55:15 1.45
+++ /project/slime/cvsroot/slime/contrib/slime-repl.el 2010/05/28 14:15:30 1.46
@@ -1905,4 +1905,4 @@
#\\X
SWANK> " (buffer-string)))))
-
+(provide 'slime-repl)
--- /project/slime/cvsroot/slime/contrib/slime-scratch.el 2010/05/13 15:31:07 1.7
+++ /project/slime/cvsroot/slime/contrib/slime-scratch.el 2010/05/28 14:15:30 1.8
@@ -40,3 +40,5 @@
(slime-define-keys slime-scratch-mode-map
("\C-j" 'slime-eval-print-last-expression))
+
+(provide 'slime-scratch)
More information about the slime-cvs
mailing list