diff options
Diffstat (limited to 'lisp/files.el')
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 2 insertions, 0 deletions
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)))) |
