diff lisp/ChangeLog @ 104134:0bef83c2fc08

* help-fns.el (describe-variable): Treat list return values from dir-locals-find-file properly (Bug#4005).
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 02 Aug 2009 23:09:00 +0000
parents bd19355318cc
children decfa3e02ba0
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Aug 02 22:51:32 2009 +0000
+++ b/lisp/ChangeLog	Sun Aug 02 23:09:00 2009 +0000
@@ -1,3 +1,8 @@
+2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
+
+	* help-fns.el (describe-variable): Treat list return values from
+	dir-locals-find-file properly (Bug#4005).
+
 2009-08-02  Julian Scheid <julians37@googlemail.com>  (tiny change)
 
 	* net/tramp.el (tramp-debug-message): Print also microseconds.