branch: elpa/wfnames commit 4c497aa8d25403ceb2deaa5f6c811b489abaa152 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Remove comment --- wfnames.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/wfnames.el b/wfnames.el index 1a0f376296..2edde04301 100644 --- a/wfnames.el +++ b/wfnames.el @@ -106,8 +106,6 @@ "Provide filename completion in wfnames buffer." (let ((beg (line-beginning-position)) (end (point))) - ;; FIXME: Does it make sense to extend beyond END to allow completing - ;; file names mid-string? (list beg end #'completion-file-name-table :exit-function (lambda (str _status) (when (and (stringp str)