New revision in http://www-verimag.imag.fr/~moy/bzr/dvc/moy/
------------------------------------------------------------
revno: 296
revision-id:[EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Matthieu Moy <[EMAIL PROTECTED]>
branch nick: moy
timestamp: Mon 2008-02-11 11:37:09 +0100
message:
  Added missing (require 'cl) to xgit-log.el


=== modified file 'lisp/xgit-log.el'
--- a/lisp/xgit-log.el  2007-11-18 17:43:48 +0000
+++ b/lisp/xgit-log.el  2008-02-11 10:37:09 +0000
@@ -29,6 +29,7 @@
 
 ;;; Code:
 
+(eval-when-compile (require 'cl))
 
 (defstruct (xgit-revision-st)
   hash


_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev

Reply via email to