1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-22 21:50:45 -08:00

comment nit

This commit is contained in:
Andrea Corallo 2019-11-20 19:37:47 +01:00
parent 630fcab4fc
commit eae7f30a9a

View file

@ -1691,7 +1691,7 @@ Return t if something was changed."
collect (comp-mvar-id x)))
(defun comp-dead-assignments-func ()
"Clean-up trivial dead assignments into current function.
"Clean-up dead assignments into current function.
Return the list of m-var ids nuked."
(let ((l-vals ())
(r-vals ()))