From 83370e6babeca08fb7880d08f5c82fe0c51b6840 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 9 May 2008 22:31:03 +0000 Subject: [PATCH] Note that vc.el now uses this. --- lisp/emacs-lisp/ewoc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ;; -- 2.39.5