From 361edc854fdf981b363f830d9116d1281140e36f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 21 May 2008 03:55:40 +0000 Subject: [PATCH] (c-postprocess-file-styles): Declare for compiler. --- lisp/ChangeLog | 2 ++ lisp/files.el | 2 ++ 2 files changed, 4 insertions(+) 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)))) -- 2.39.5