branch: externals/shell-command+ commit 83f9c3d0a6be9bd71b6c12c2891294e8e07a8c5f Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@posteo.net>
Remove obsolete CHANGEME comment --- shell-command+.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/shell-command+.el b/shell-command+.el index fc84677d6b..43d7f8e509 100644 --- a/shell-command+.el +++ b/shell-command+.el @@ -478,8 +478,6 @@ between BEG and END. Otherwise the whole buffer is processed." form (nth 1 step) context (nth 2 step)))) (save-excursion - ;; CHANGEME: Have the functions generate functions that are - ;; funcalled instead of a lisp term that is evaluated? (funcall context form (nth 3 parse) beg end)))) (provide 'shell-command+)