[slime-cvs] CVS slime/contrib

trittweiler trittweiler at common-lisp.net
Mon Aug 18 09:20:21 UTC 2008


Update of /project/slime/cvsroot/slime/contrib
In directory clnet:/tmp/cvs-serv6735/contrib

Modified Files:
	slime-presentations.el slime-fuzzy.el ChangeLog 
Log Message:

* slime-fuzzy.el: Rename `add-local-hook' to `slime-add-local-hook'.
* slime-presentations.el: Ditto.


--- /project/slime/cvsroot/slime/contrib/slime-presentations.el	2008/08/03 13:31:54	1.16
+++ /project/slime/cvsroot/slime/contrib/slime-presentations.el	2008/08/18 09:20:20	1.17
@@ -858,8 +858,8 @@
 	    (lambda ()
 	      ;; Respect the syntax text properties of presentation.
 	      (set (make-local-variable 'parse-sexp-lookup-properties) t)
-	      (add-local-hook 'after-change-functions 
-			      'slime-after-change-function)))
+	      (slime-add-local-hook 'after-change-functions 
+                                    'slime-after-change-function)))
   (add-hook 'slime-event-hooks 'slime-dispatch-presentation-event)
   (setq slime-write-string-function 'slime-presentation-write)
   (add-hook 'slime-repl-return-hooks 'slime-presentation-on-return-pressed)
--- /project/slime/cvsroot/slime/contrib/slime-fuzzy.el	2008/03/14 14:33:07	1.7
+++ /project/slime/cvsroot/slime/contrib/slime-fuzzy.el	2008/08/18 09:20:20	1.8
@@ -359,7 +359,7 @@
       (when (boundp 'window-configuration-change-hook)
         (add-hook 'window-configuration-change-hook
                   'slime-fuzzy-window-configuration-change))
-      (add-local-hook 'kill-buffer-hook 'slime-fuzzy-abort)
+      (slime-add-local-hook 'kill-buffer-hook 'slime-fuzzy-abort)
       (setq buffer-quit-function 'slime-fuzzy-abort)) ; M-Esc Esc
     (when slime-fuzzy-completion-in-place
       ;; switch back to the original buffer
--- /project/slime/cvsroot/slime/contrib/ChangeLog	2008/08/12 17:54:37	1.120
+++ /project/slime/cvsroot/slime/contrib/ChangeLog	2008/08/18 09:20:21	1.121
@@ -1,3 +1,8 @@
+2008-08-18  Ariel Badichi  <abadichi at bezeqint.net>
+
+	* slime-fuzzy.el: Rename `add-local-hook' to `slime-add-local-hook'.
+	* slime-presentations.el: Ditto.
+
 2008-08-12  Helmut Eller  <heller at common-lisp.net>
 
 	* slime-clipboard.el (slime-clipboard-insert-ref): Set




More information about the slime-cvs mailing list