Mercurial > emacs
annotate lisp/gnus/.dir-locals.el @ 112449:5e6007430c1e
* lisp/mwheel.el: Fix typo in copyright years.
Duplicate 2002 introduced in CVS r1.35.
2003 is a copyrightable year since Emacs 21.3 was released then.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 23 Jan 2011 18:20:34 -0800 |
parents | 3b63737368e5 |
children |
rev | line source |
---|---|
110165
b96da2a6e0df
Added a .dir-locals.el file so that trailing whitespace is shown.
Katsumi Yamaoka <yamaoka@jpl.org>
parents:
diff
changeset
|
1 ((emacs-lisp-mode . ((show-trailing-whitespace . t)))) |
110332
3b63737368e5
lisp/gnus/.dir-locals.el: Add no-byte-compile cookie.
Juanma Barranquero <lekktu@gmail.com>
parents:
110165
diff
changeset
|
2 ;; Local Variables: |
3b63737368e5
lisp/gnus/.dir-locals.el: Add no-byte-compile cookie.
Juanma Barranquero <lekktu@gmail.com>
parents:
110165
diff
changeset
|
3 ;; no-byte-compile: t |
3b63737368e5
lisp/gnus/.dir-locals.el: Add no-byte-compile cookie.
Juanma Barranquero <lekktu@gmail.com>
parents:
110165
diff
changeset
|
4 ;; End: |