From: Eric S. Raymond Date: Fri, 9 May 2008 22:31:03 +0000 (+0000) Subject: Note that vc.el now uses this. X-Git-Tag: emacs-pretest-23.0.90~5657 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=83370e6babeca08fb7880d08f5c82fe0c51b6840;p=emacs.git Note that vc.el now uses this. --- diff --git a/lisp/emacs-lisp/ewoc.el b/lisp/emacs-lisp/ewoc.el index ffbb0a689a2..e24cac3eb5d 100644 --- a/lisp/emacs-lisp/ewoc.el +++ b/lisp/emacs-lisp/ewoc.el @@ -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. ;;