Browse Source

Merge pull request #13 from blueabysm/master

Remove duplicate &optional keyword to avoid "invalid function" error
master
Andrea Moretti 7 years ago
committed by GitHub
parent
commit
ca141a135c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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 jsfmt--apply-rcs-patch")))))))))
(defun run-jsfmt (&optional save &optional ast)
(defun run-jsfmt (&optional save ast)
"Formats the current buffer according to the jsfmt tool."
(interactive)
(let ((tmpfile (make-temp-file "jsfmt" nil (if ast


Loading…
Cancel
Save