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


=== modified file 'lisp/xgit-log.el'
--- a/lisp/xgit-log.el  2008-01-18 02:36:50 +0000
+++ b/lisp/xgit-log.el  2008-02-11 23:03:24 +0000
@@ -29,6 +29,8 @@
 
 ;;; Code:
 
+(eval-when-compile (require 'cl))
+
 (require 'dvc-revlist)
 
 (defstruct (xgit-revision-st)


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

Reply via email to