Mercurial > emacs
changeset 109934:9c1bdb509bda
files.el: Add word-wrap as safe local variable.
author | Kenichi Handa <handa@etlken> |
---|---|
date | Wed, 18 Aug 2010 17:10:05 +0900 |
parents | f985155316b2 (current diff) b6b4bb484cc3 (diff) |
children | dbb2115db9d9 |
files | |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Aug 17 19:33:13 2010 -0700 +++ b/lisp/ChangeLog Wed Aug 18 17:10:05 2010 +0900 @@ -1,3 +1,7 @@ +2010-08-18 Kenichi Handa <handa@m17n.org> + + * files.el: Add `word-wrap' as safe local variable. + 2010-08-18 Glenn Morris <rgm@gnu.org> * woman.el (woman-translate): Case matters. (Bug#6849)
--- a/lisp/files.el Tue Aug 17 19:33:13 2010 -0700 +++ b/lisp/files.el Wed Aug 18 17:10:05 2010 +0900 @@ -2774,7 +2774,8 @@ (left-margin . integerp) ;; C source code (no-update-autoloads . booleanp) (tab-width . integerp) ;; C source code - (truncate-lines . booleanp))) ;; C source code + (truncate-lines . booleanp) ;; C source code + (word-wrap . booleanp))) ;; C source code (put 'c-set-style 'safe-local-eval-function t)