From: Glenn Morris Date: Wed, 21 May 2008 03:55:40 +0000 (+0000) Subject: (c-postprocess-file-styles): Declare for compiler. X-Git-Tag: emacs-pretest-23.0.90~5395 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=361edc854fdf981b363f830d9116d1281140e36f;p=emacs.git (c-postprocess-file-styles): Declare for compiler. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fc9b125d608..b9da2020465 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2008-05-21 Glenn Morris + * files.el (c-postprocess-file-styles): Declare for compiler. + * Makefile.in: Allow for parallel byte-compiling. (ELCFILES): New variable. (.el.elc): Remove prerequisites from suffix rule. Print a message. diff --git a/lisp/files.el b/lisp/files.el index ee5efe45627..2a00f1edb35 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -3149,6 +3149,8 @@ is found. Returns the new class name." (set-directory-project dir-name class-name) class-name))) +(declare-function c-postprocess-file-styles "cc-mode" ()) + (defun hack-project-variables () "Set local variables in a buffer based on project settings." (when (and (buffer-file-name) (not (file-remote-p (buffer-file-name))))