Browse Source

Remove needless '&optional' keyword

pull/7/head
Syohei YOSHIDA 11 years ago
parent
commit
295266c37f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      jsfmt.el

+ 1
- 1
jsfmt.el View File

@ -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


Loading…
Cancel
Save