projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d27d9a4
)
* lisp/emacs-lisp/cconv.el (cconv-convert): Fix thinko
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 5 Feb 2023 14:04:51 +0000
(09:04 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 5 Feb 2023 14:04:51 +0000
(09:04 -0500)
lisp/emacs-lisp/cconv.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cconv.el
b/lisp/emacs-lisp/cconv.el
index e4268c2fb88e0c3e4e6c96846f39ad71d33f8508..e8d639903c1d428552bfa194ca7ab9b8314297c4 100644
(file)
--- a/
lisp/emacs-lisp/cconv.el
+++ b/
lisp/emacs-lisp/cconv.el
@@
-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)
ci
f))
(setq cif nil))
;; The interactive form needs special treatment, so the form
;; inside the `interactive' won't be used any further.