]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/cconv.el (cconv-convert): Fix thinko
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 5 Feb 2023 14:04:51 +0000 (09:04 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 5 Feb 2023 14:04:51 +0000 (09:04 -0500)
lisp/emacs-lisp/cconv.el

index e4268c2fb88e0c3e4e6c96846f39ad71d33f8508..e8d639903c1d428552bfa194ca7ab9b8314297c4 100644 (file)
@@ -488,7 +488,7 @@ places where they originally did not directly appear."
             (_ (pcase cif
                  ('nil nil)
                  (`#',f
-                  (setf (cadr (car bf)) (if wrapped (nth 2 f) f))
+                  (setf (cadr (car bf)) (if wrapped (nth 2 f) cif))
                   (setq cif nil))
                  ;; The interactive form needs special treatment, so the form
                  ;; inside the `interactive' won't be used any further.