about summary refs log tree commit diff stats
path: root/v.el
diff options
context:
space:
mode:
Diffstat (limited to 'v.el')
-rw-r--r--v.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/v.el b/v.el
index bc96aef..7a5eb8b 100644
--- a/v.el
+++ b/v.el
@@ -1,5 +1,7 @@
 ;;; Port of https://stackoverflow.com/questions/3984296/model-view-controller-design-pattern-code-example.
 ;;; View class.
+;;;
+;;; Probably better to just use ltk.
 
 (require 'eieio)
 (eval-when-compile (require 'cl-lib))