# HG changeset patch # User Luc Teirlinck # Date 1147392861 0 # Node ID 5bb74e9610d367dfb92fda71c84da8c9b4f5e652 # Parent e11c9bf8184356531c5f282f118c68c0fdcff561 Balance parentheses. diff -r e11c9bf81843 -r 5bb74e9610d3 lisp/files.el --- a/lisp/files.el Thu May 11 21:26:54 2006 +0000 +++ b/lisp/files.el Fri May 12 00:14:21 2006 +0000 @@ -2360,7 +2360,7 @@ (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)