with no dir-locals file.
Fixes: debbugs:16635
+2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
+
+ * help-fns.el (describe-variable): Fix the case where
+ a value is directory-local with no dir-locals file. (Bug#16635)
+
2014-02-08 Glenn Morris <rgm@gnu.org>
* abbrev.el (edit-abbrevs-mode):
(setq file (expand-file-name
dir-locals-file (car file)))
;; Otherwise, assume it was set directly.
- (setq dir-file nil)))
+ (setq file (car file)
+ dir-file nil)))
(princ (if dir-file
"by the file\n `"
"for the directory\n `"))