From: Luc Teirlinck Date: Fri, 12 May 2006 00:14:21 +0000 (+0000) Subject: Balance parentheses. X-Git-Tag: emacs-pretest-22.0.90~2619 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f385e4721428a6362bba0788e3e76bbc60aaf75;p=emacs.git Balance parentheses. --- 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)