aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2013-07-22 12:21:48 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2013-07-22 12:21:48 +0000
commit55d4cb7e546395cea664c6514ddff57bf0a969b6 (patch)
treeebd38f550995d82666ea17db6ca530baee926788 /lib
parent32fea19d1bb66593e469b1a8e6ad38f3ae1714bf (diff)
Added comment.
Diffstat (limited to 'lib')
-rw-r--r--lib/local-vars-list.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/local-vars-list.el b/lib/local-vars-list.el
index 62ffaf15..3fa0103d 100644
--- a/lib/local-vars-list.el
+++ b/lib/local-vars-list.el
@@ -20,6 +20,8 @@
;;; Commentary:
;; See documentation in variable local-var-list-doc
+;;; TODO: Rely on hack-file-local-variables instead
+
;;; History:
;;
@@ -105,7 +107,7 @@ variable definition (or at the \"End:\" line)."
(read (buffer-substring boexp (point))))))) ; TODO: catch errors here?
-
+;; Only looks for file local vars. Not dir local vars.
(defun local-vars-list-get (symb)
"Return the value written in the local variable list for variable symb.
Raises an error if symb is not in the list.