aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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.