diff options
author | Glenn Morris <rgm@gnu.org> | 2011-01-25 09:41:28 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-01-25 09:41:28 -0800 |
commit | 7e6e2304f863f898e812b53f03b83f16e7f798c4 (patch) | |
tree | 16e35b5c2a1b24a65a3f1bbaf948cd99de81dbf2 /lisp/ChangeLog | |
parent | ed68f651c05c2e4d72dd57fe5d513f391cb01cba (diff) | |
download | emacs-7e6e2304f863f898e812b53f03b83f16e7f798c4.tar.gz |
Undo part of previous copyright.el change.
* lisp/emacs-lisp/copyright.el (copyright-update-directory):
Undo part of previous change - don't find files literally, we need
comment-start-skip, etc.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 41608b4037c..a55f3dde5f2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -15,7 +15,7 @@ Do not mess with the fill-prefix. Do not call copyright-update. (copyright-update-directory): Optionally, fix years rather than update. - Skip directories. Find files literally, with only safe local vars. + Skip directories. Find files with only safe local vars. 2011-01-25 Stefan Monnier <monnier@iro.umontreal.ca> |