~protesilaos/substitute

66f3ad93c257c90982767d163ed593e8c40fc6dd — Protesilaos Stavrou 1 year, 10 months ago d4c0a12
Wrap require for subr-x in 'eval-when-compile'
1 files changed, 2 insertions(+), 1 deletions(-)

M substitute.el
M substitute.el => substitute.el +2 -1
@@ 34,7 34,8 @@
;;; Code:

(require 'thingatpt)
(require 'subr-x)
(eval-when-compile (require 'subr-x))

(defgroup substitute nil
  "Efficiently replace targets in the buffer or context."
  :group 'editing)