Merge pull request #1 from wcy123/fix-compilation-warning fix compilation warning.
1 files changed, 1 insertions(+), 1 deletions(-) M substitute.el
M substitute.el => substitute.el +1 -1
@@ 34,7 34,7 @@ ;;; Code: (require 'thingatpt) - +(require 'subr-x) (defgroup substitute nil "Efficiently replace targets in the buffer or context." :group 'editing)