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.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/v.el b/v.el
index 84903a9..bc96aef 100644
--- a/v.el
+++ b/v.el
@@ -1,3 +1,6 @@
+;;; Port of https://stackoverflow.com/questions/3984296/model-view-controller-design-pattern-code-example.
+;;; View class.
+
 (require 'eieio)
 (eval-when-compile (require 'cl-lib))
 (eval-when-compile (require 'cl-generic))