changeset 94825:595265f1ca2d

Note that vc.el now uses this.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 09 May 2008 22:31:03 +0000
parents 049f8debb0ac
children 4d2fe01917d3
files lisp/emacs-lisp/ewoc.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/ewoc.el	Fri May 09 20:37:32 2008 +0000
+++ b/lisp/emacs-lisp/ewoc.el	Fri May 09 22:31:03 2008 +0000
@@ -52,7 +52,7 @@
 ;; dll (a doubly linked list) and the contents of a buffer.
 ;; Possible uses are dired (have all files in a list, and show them),
 ;; buffer-list, kom-prioritize (in the LysKOM elisp client) and
-;; others.  pcl-cvs.el uses ewoc.el.
+;; others.  pcl-cvs.el and vc.el use ewoc.el.
 ;;
 ;; Ewoc can be considered as the `view' part of a model-view-controller.
 ;;