1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(c-postprocess-file-styles): Declare for compiler.

This commit is contained in:
Glenn Morris 2008-05-21 03:55:40 +00:00
parent ef7f89b26e
commit 361edc854f
2 changed files with 4 additions and 0 deletions

View 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.

View 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))))