Skip to content

Commit

Permalink
Missed normal case.
Browse files Browse the repository at this point in the history
  • Loading branch information
AitBits committed Jun 18, 2017
1 parent be34da4 commit 232d80e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c-eldoc.el
Expand Up @@ -206,8 +206,8 @@ T1 and T2 are time values (as returned by `current-time' for example)."
;; run the second time for normal functions
(setq preprocessor-command (concat c-eldoc-cpp-command " "
c-eldoc-cpp-normal-arguments " "
includes " "
buffer-file-name))
includes " '"
buffer-file-name "'"))
(call-process-shell-command preprocessor-command nil output-buffer nil)
(cache-puthash cur-buffer output-buffer c-eldoc-buffers)
(with-current-buffer output-buffer
Expand Down

0 comments on commit 232d80e

Please sign in to comment.