diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2006-05-12 00:14:21 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2006-05-12 00:14:21 +0000 |
commit | 7f385e4721428a6362bba0788e3e76bbc60aaf75 (patch) | |
tree | e1642a3425f33fae755b88f17139af18483bdb3a | |
parent | af8f3e5c42f7362bc724ce2e0fa64fd456dc7ec6 (diff) | |
download | emacs-7f385e4721428a6362bba0788e3e76bbc60aaf75.tar.gz |
Balance parentheses.
-rw-r--r-- | lisp/files.el | 2 |
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." (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 (put 'c-set-style 'safe-local-eval-function t) |