projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
009bc7c
)
* lisp/emacs-lisp/cconv.el (cconv--analyze-use): Simplify (doh!)
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 12 Mar 2021 03:31:39 +0000
(22:31 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 12 Mar 2021 03:31:39 +0000
(22:31 -0500)
lisp/emacs-lisp/cconv.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cconv.el
b/lisp/emacs-lisp/cconv.el
index cfb0168a6e5323bd1985ea4c3184dec415df7892..afaa13a86955487af6722e9bed18ca4da0424f59 100644
(file)
--- a/
lisp/emacs-lisp/cconv.el
+++ b/
lisp/emacs-lisp/cconv.el
@@
-602,7
+602,7
@@
FORM is the parent form that binds this var."
(byte-compile-warn
"%s `%S' not left unused" varkind var))
((and (let (or 'let* 'let) (car form))
- `(
,`
(,var) ;; (or `(,var nil) : Too many false positives: bug#47080
+ `((,var) ;; (or `(,var nil) : Too many false positives: bug#47080
t nil ,_ ,_))
;; FIXME: Convert this warning to use `macroexp--warn-wrap'
;; so as to give better position information.