branch: externals/substitute commit d4c0a123e8994f81dc7e658417f39c3774d91e9e Merge: df1d0dee11 f245a25428 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: GitHub <nore...@github.com>
Merge pull request #1 from wcy123/fix-compilation-warning fix compilation warning. --- substitute.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substitute.el b/substitute.el index 76f30b92c8..47f799cc57 100644 --- a/substitute.el +++ b/substitute.el @@ -34,7 +34,7 @@ ;;; Code: (require 'thingatpt) - +(require 'subr-x) (defgroup substitute nil "Efficiently replace targets in the buffer or context." :group 'editing)