aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2009-08-27 07:25:43 +0000
committerDan Nicolaescu2009-08-27 07:25:43 +0000
commit652cc1a2e69a6d7d2663f9039c916a53928ed35d (patch)
tree13490e18474824846895ea0b6b939c87f0a02a79
parent1339cf204c4467f0932963aeb89503b8da91efb6 (diff)
downloademacs-652cc1a2e69a6d7d2663f9039c916a53928ed35d.tar.gz
emacs-652cc1a2e69a6d7d2663f9039c916a53928ed35d.zip
* vc-dir.el (vc-dir-update): Remove debug helper.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/vc-dir.el1
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 62fb21f3382..1072caf596b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -34,6 +34,8 @@
34 34
352009-08-27 Dan Nicolaescu <dann@ics.uci.edu> 352009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
36 36
37 * vc-dir.el (vc-dir-update): Remove debug helper.
38
37 * vc-cvs.el (vc-cvs-update-changelog): Fix typo. 39 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
38 40
392009-08-26 Sam Steingold <sds@gnu.org> 412009-08-26 Sam Steingold <sds@gnu.org>
diff --git a/lisp/vc-dir.el b/lisp/vc-dir.el
index 1efd0bc09db..c87366b8294 100644
--- a/lisp/vc-dir.el
+++ b/lisp/vc-dir.el
@@ -368,7 +368,6 @@ If NOINSERT, ignore elements on ENTRIES which are not in the ewoc."
368 (entrydir (file-name-directory (directory-file-name 368 (entrydir (file-name-directory (directory-file-name
369 (expand-file-name entryfile)))) 369 (expand-file-name entryfile))))
370 (nodedir (vc-dir-node-directory node))) 370 (nodedir (vc-dir-node-directory node)))
371 (message "entryfile %s entrydir %s" entryfile entrydir)
372 (cond 371 (cond
373 ;; First try to find the directory. 372 ;; First try to find the directory.
374 ((string-lessp nodedir entrydir) 373 ((string-lessp nodedir entrydir)