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:
parent
ef7f89b26e
commit
361edc854f
2 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue