]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-postprocess-file-styles): Declare for compiler.
authorGlenn Morris <rgm@gnu.org>
Wed, 21 May 2008 03:55:40 +0000 (03:55 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 21 May 2008 03:55:40 +0000 (03:55 +0000)
lisp/ChangeLog
lisp/files.el

index fc9b125d608e53504976e3031b627c041fd769a8..b9da20204656ee98a3b68a97e69ac828a6858fbb 100644 (file)
@@ -1,5 +1,7 @@
 2008-05-21  Glenn Morris  <rgm@gnu.org>
 
+       * 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.
index ee5efe45627a9aad3de9138c92771f9773251452..2a00f1edb3596dc651ea6ed7f6f91fc9cd298d9d 100644 (file)
@@ -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))))