diff options
| author | Glenn Morris | 2008-05-21 03:55:40 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-05-21 03:55:40 +0000 |
| commit | 361edc854fdf981b363f830d9116d1281140e36f (patch) | |
| tree | 0b611f17a36eed8ea23d2162e23bdfa7a9a304cf | |
| parent | ef7f89b26eb8b080b5d99a4a4762c5f4c7d8650e (diff) | |
| download | emacs-361edc854fdf981b363f830d9116d1281140e36f.tar.gz emacs-361edc854fdf981b363f830d9116d1281140e36f.zip | |
(c-postprocess-file-styles): Declare for compiler.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/files.el | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fc9b125d608..b9da2020465 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2008-05-21 Glenn Morris <rgm@gnu.org> | 1 | 2008-05-21 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * files.el (c-postprocess-file-styles): Declare for compiler. | ||
| 4 | |||
| 3 | * Makefile.in: Allow for parallel byte-compiling. | 5 | * Makefile.in: Allow for parallel byte-compiling. |
| 4 | (ELCFILES): New variable. | 6 | (ELCFILES): New variable. |
| 5 | (.el.elc): Remove prerequisites from suffix rule. Print a message. | 7 | (.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." | |||
| 3149 | (set-directory-project dir-name class-name) | 3149 | (set-directory-project dir-name class-name) |
| 3150 | class-name))) | 3150 | class-name))) |
| 3151 | 3151 | ||
| 3152 | (declare-function c-postprocess-file-styles "cc-mode" ()) | ||
| 3153 | |||
| 3152 | (defun hack-project-variables () | 3154 | (defun hack-project-variables () |
| 3153 | "Set local variables in a buffer based on project settings." | 3155 | "Set local variables in a buffer based on project settings." |
| 3154 | (when (and (buffer-file-name) (not (file-remote-p (buffer-file-name)))) | 3156 | (when (and (buffer-file-name) (not (file-remote-p (buffer-file-name)))) |