mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(byte-optimize-form-code-walker): Improve warning message text.
This commit is contained in:
parent
f6fbc344c1
commit
9d8684ddf3
1 changed files with 1 additions and 1 deletions
|
|
@ -545,7 +545,7 @@
|
|||
(eq (car-safe (nth 2 last)) 'cdr)
|
||||
(eq (cadr (nth 2 last)) var))))
|
||||
(progn
|
||||
(byte-compile-warn "`%s' called for effect"
|
||||
(byte-compile-warn "value returned by `%s' is not used"
|
||||
(prin1-to-string (car form)))
|
||||
nil)))
|
||||
(byte-compile-log " %s called for effect; deleted" fn)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue