emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/tiny 4a16dc3 2/4: tiny.el (tiny-expand): Return true if


From: Stefan Monnier
Subject: [elpa] externals/tiny 4a16dc3 2/4: tiny.el (tiny-expand): Return true if expanded
Date: Mon, 15 Mar 2021 22:25:36 -0400 (EDT)

branch: externals/tiny
commit 4a16dc3cdc8b3ffe9a6da2bb4225247f44cadf9c
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    tiny.el (tiny-expand): Return true if expanded
---
 tiny.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tiny.el b/tiny.el
index b4da4b2..3d5110d 100644
--- a/tiny.el
+++ b/tiny.el
@@ -130,7 +130,8 @@ At the moment, only `tiny-mapconcat' is supported.
     (when e
       (goto-char tiny-beg)
       (delete-region tiny-beg tiny-end)
-      (insert (eval e t)))))
+      (insert (eval e t))
+      t)))
 
 (defun tiny-setup-default ()
   "Setup shortcuts."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]