projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ed633a
)
Fix type mixup in haikuselect.c
author
Po Lu
<luangruo@yahoo.com>
Sat, 18 Jun 2022 06:04:24 +0000
(06:04 +0000)
committer
Po Lu
<luangruo@yahoo.com>
Sat, 18 Jun 2022 06:04:44 +0000
(06:04 +0000)
* src/haikuselect.c (haiku_lisp_to_message): Fix variable mixup.
Found with --enable-check-lisp-object-type.
src/haikuselect.c
patch
|
blob
|
history
diff --git
a/src/haikuselect.c
b/src/haikuselect.c
index 8a7b6f2e0b102f2e5a3e7dea25c2ab2717c98a32..b2783a56a11e0938409a9702520eea19b051531d 100644
(file)
--- a/
src/haikuselect.c
+++ b/
src/haikuselect.c
@@
-515,7
+515,7
@@
haiku_lisp_to_message (Lisp_Object obj, void *message)
unblock_input ();
if (rc)
- signal_error ("Invalid message",
msg_
data);
+ signal_error ("Invalid message", data);
unbind_to (ref, Qnil);
break;