aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2006-05-12 00:14:21 +0000
committerLuc Teirlinck2006-05-12 00:14:21 +0000
commit7f385e4721428a6362bba0788e3e76bbc60aaf75 (patch)
treee1642a3425f33fae755b88f17139af18483bdb3a
parentaf8f3e5c42f7362bc724ce2e0fa64fd456dc7ec6 (diff)
downloademacs-7f385e4721428a6362bba0788e3e76bbc60aaf75.tar.gz
emacs-7f385e4721428a6362bba0788e3e76bbc60aaf75.zip
Balance parentheses.
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index ffd09c7bfbc..0b45a35190a 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -2360,7 +2360,7 @@ asking you for confirmation."
2360 (left-margin . integerp) ;; C source code 2360 (left-margin . integerp) ;; C source code
2361 (no-update-autoloads . booleanp) 2361 (no-update-autoloads . booleanp)
2362 (tab-width . integerp) ;; C source code 2362 (tab-width . integerp) ;; C source code
2363 (truncate-lines . booleanp));; C source code 2363 (truncate-lines . booleanp))) ;; C source code
2364 2364
2365(put 'c-set-style 'safe-local-eval-function t) 2365(put 'c-set-style 'safe-local-eval-function t)
2366 2366