From 629d7c940346b6e707f35d55f7a50e99a650e5c0 Mon Sep 17 00:00:00 2001 From: Stefan Zager Date: Mon, 8 Dec 2014 13:52:12 -0800 Subject: Fix defun syntax for cr-compile. BUG= TBR=erg@chromium.org Review URL: https://codereview.chromium.org/787723003 Cr-Commit-Position: refs/heads/master@{#307343} --- tools/emacs/flymake-chromium.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/emacs') diff --git a/tools/emacs/flymake-chromium.el b/tools/emacs/flymake-chromium.el index 72fc560..91aac41 100644 --- a/tools/emacs/flymake-chromium.el +++ b/tools/emacs/flymake-chromium.el @@ -113,6 +113,8 @@ (kill-local-variable 'flymake-allowed-file-name-masks)))) (defun cr-compile () + "Run the interactive compile command with the working directory + set to src/." (interactive) (let ((default-directory (cr-flymake-chromium-src))) (call-interactively 'compile))) -- cgit v1.1