# HG changeset patch # User Eric S. Raymond # Date 1210372263 0 # Node ID 595265f1ca2d0aa5de52e04a5078e6cbf41a564e # Parent 049f8debb0acf2f6c78a92855f13741633e467b4 Note that vc.el now uses this. diff -r 049f8debb0ac -r 595265f1ca2d lisp/emacs-lisp/ewoc.el --- 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. ;;