diff options
Diffstat (limited to 'lisp/generic-x.el')
-rw-r--r-- | lisp/generic-x.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/generic-x.el b/lisp/generic-x.el index 37819599f62..5205a6811f6 100644 --- a/lisp/generic-x.el +++ b/lisp/generic-x.el @@ -543,7 +543,7 @@ like an INI file. You can add this hook to `find-file-hook'." (interactive) (let ((compilation-buffer-name-function (function - (lambda(ign) + (lambda (_ign) (concat "*" (buffer-file-name) "*"))))) (compile (concat (w32-shell-name) " -c " (buffer-file-name))))) |