emacs-diffs
[Top][All Lists]
Advanced

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

master e256752160 3/3: Merge branch 'master' of git.sv.gnu.org:/srv/git/


From: Eli Zaretskii
Subject: master e256752160 3/3: Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Date: Wed, 25 May 2022 14:08:46 -0400 (EDT)

branch: master
commit e2567521601507ec70d42080ac06f24c9384b081
Merge: 4cfdd6947c 03d6644970
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
---
 lisp/subr.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/subr.el b/lisp/subr.el
index 0b415d8b2c..8afba2b341 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -4084,7 +4084,7 @@ This function is like `insert', except it honors the 
variables
 It also runs the string through `yank-transform-functions'."
   ;; Allow altering the yank string.
   (run-hook-wrapped 'yank-transform-functions
-                    (lambda (f) (setq string (funcall f string))))
+                    (lambda (f) (setq string (funcall f string)) nil))
   (let (to)
     (while (setq to (next-single-property-change 0 'yank-handler string))
       (insert-for-yank-1 (substring string 0 to))



reply via email to

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