]> git.eshelyaron.com Git - emacs.git/commit
Fix prompting in functions like ffap-read-only
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 14 Jul 2019 17:17:36 +0000 (19:17 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 14 Jul 2019 17:17:41 +0000 (19:17 +0200)
commit284e6cf9a41a57ab44003713940c75891cda8f6a
treee1f98957d1fa5cce777af783c038955590cf8673
parent783eca57159065ea575622b74e1446853f31621a
Fix prompting in functions like ffap-read-only

* lisp/ffap.el (ffap-prompter, ffap-other-window)
(ffap-other-frame, ffap-read-only)
(ffap-read-only-other-window, ffap-read-only-other-frame)
(ffap-alternate-file, ffap-alternate-file-other-window)
(ffap-literally): Rework to be able to specify different prompts
for different actions (bug#30284) and don't use
`call-interactively' all over the place.
lisp/ffap.el