From 295266c37f725a0a8e45ef14ed67e3114b29b277 Mon Sep 17 00:00:00 2001 From: Syohei YOSHIDA Date: Wed, 25 Feb 2015 10:10:40 +0900 Subject: [PATCH] Remove needless '&optional' keyword --- jsfmt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsfmt.el b/jsfmt.el index e4c515c..41dbc9b 100644 --- a/jsfmt.el +++ b/jsfmt.el @@ -88,7 +88,7 @@ buffer." (t (error "invalid rcs patch or internal error in js--apply-rcs-patch"))))))))) -(defun run-jsfmt (save &optional ast &optional) +(defun run-jsfmt (save &optional ast) "Formats the current buffer according to the jsfmt tool." (interactive) (let ((tmpfile (make-temp-file "jsfmt" nil (if ast