URL:
  <http://gna.org/bugs/?8741>

                 Summary: error on first use of dvc
                 Project: Xtla
            Submitted by: sds
            Submitted on: Friday 03/16/2007 at 13:38
                Category: dvc
                Priority: 5 - Normal
                  Status: None
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None
         Type of request: important bug
         Merge available: Yes
           merge request: 
           Fixed Release: 
Test case in xtla-tests.el: 

    _______________________________________________________

Details:

when I load a file under baz (or bzr), 
the first use of dvc results in an error 
about an undefined tla-file-has-conflict-p.
this patch fixes the error:

$ bzr diff
=== modified file 'lisp/tla.el'
--- lisp/tla.el 2007-03-15 15:27:42 +0000
+++ lisp/tla.el 2007-03-16 10:01:57 +0000
@@ -6326,6 +6326,7 @@
   (interactive)
   (tla-redo (tla-inventory-maybe-undo-directory)))

+;;;###autoload
 (defun tla-file-has-conflict-p (file-name)
   "Return non-nil if FILE-NAME has conflicts."
   (let ((rej-file-name (concat default-directory






    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?8741>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Xtla-el-dev mailing list
[email protected]
https://mail.gna.org/listinfo/xtla-el-dev

Reply via email to