branch: externals/substitute
commit f245a254281fa38e95b329749548bce38ce8e11a
Author: Wang Chunye <chuny...@xilinx.com>
Commit: Wang Chunye <chuny...@xilinx.com>
    fix compilation warning.
    
    when byte-compile this file without load subr-x, there is a warning
    message, because if-let* is defined in subr-x
---
 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)

Reply via email to