diff options
| author | Eric S. Raymond | 2008-05-09 22:31:03 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 2008-05-09 22:31:03 +0000 |
| commit | 83370e6babeca08fb7880d08f5c82fe0c51b6840 (patch) | |
| tree | 5ff23f3271e0c92700ca10452413eacc932cea9a | |
| parent | 10fea9c4d210182a5bb60f0a537e7c8d5fcb9a9a (diff) | |
| download | emacs-83370e6babeca08fb7880d08f5c82fe0c51b6840.tar.gz emacs-83370e6babeca08fb7880d08f5c82fe0c51b6840.zip | |
Note that vc.el now uses this.
| -rw-r--r-- | lisp/emacs-lisp/ewoc.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 52 | ;; dll (a doubly linked list) and the contents of a buffer. | 52 | ;; dll (a doubly linked list) and the contents of a buffer. |
| 53 | ;; Possible uses are dired (have all files in a list, and show them), | 53 | ;; Possible uses are dired (have all files in a list, and show them), |
| 54 | ;; buffer-list, kom-prioritize (in the LysKOM elisp client) and | 54 | ;; buffer-list, kom-prioritize (in the LysKOM elisp client) and |
| 55 | ;; others. pcl-cvs.el uses ewoc.el. | 55 | ;; others. pcl-cvs.el and vc.el use ewoc.el. |
| 56 | ;; | 56 | ;; |
| 57 | ;; Ewoc can be considered as the `view' part of a model-view-controller. | 57 | ;; Ewoc can be considered as the `view' part of a model-view-controller. |
| 58 | ;; | 58 | ;; |