Change interactive type from M to F

master
Andy Stewart 8 years ago committed by GitHub
parent 9092d18176
commit 9b68f91bd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      eaf.el

@ -538,7 +538,7 @@ We need calcuate render allocation to make sure no black border around render co
))
(defun eaf-open (url &optional app-name arguments)
(interactive "MOpen with EAF: ")
(interactive "FOpen with EAF: ")
;; Try set app-name along with url if app-name is set.
(unless app-name
(cond ((string-equal url "eaf-demo")

Loading…
Cancel
Save