]> git.eshelyaron.com Git - emacs.git/commitdiff
files.el: Add word-wrap as safe local variable.
authorKenichi Handa <handa@etlken>
Wed, 18 Aug 2010 08:07:58 +0000 (17:07 +0900)
committerKenichi Handa <handa@etlken>
Wed, 18 Aug 2010 08:07:58 +0000 (17:07 +0900)
lisp/ChangeLog
lisp/files.el

index 8d74713da93aa4508761b70c9f684e5874ec49b4..7f31ac6a67372c871d0fe3207fc060dfba5d5026 100644 (file)
@@ -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)
index 4c8199725557f687c3976b48ce642de13ebb9faa..f6564768ae7c0fafbef2e67c3ae63c10b595b9b9 100644 (file)
@@ -2774,7 +2774,8 @@ asking you for confirmation."
        (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)