# HG changeset patch # User Katsumi Yamaoka # Date 1283558688 0 # Node ID b96da2a6e0df07555e35b9f6fddb587cabeae5cb # Parent da442f29c7b66218cf8d572c18de0c522e784f31 Added a .dir-locals.el file so that trailing whitespace is shown. diff -r da442f29c7b6 -r b96da2a6e0df lisp/gnus/.dir-locals.el --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lisp/gnus/.dir-locals.el Sat Sep 04 00:04:48 2010 +0000 @@ -0,0 +1,1 @@ +((emacs-lisp-mode . ((show-trailing-whitespace . t))))