emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Optimise 'while' bodies for effect


From: Mattias Engdegård
Subject: Optimise 'while' bodies for effect
Date: Thu, 26 Dec 2019 17:59:55 +0100

Optimising the body of 'while' forms for effect (proposed patch attached) finds 
the following:

In nnheader-find-nov-line:
~/emacs/lisp/gnus/nnheader.el:449:32:Warning: value returned from (= (setq num
    (read cur)) article) is unused

In ldap-search-internal:
~/emacs/lisp/net/ldap.el:528:30:Warning: value returned from (1+ numres) is
    unused

In org-babel-screen-test:
~/emacs/lisp/org/ob-screen.el:120:4:Warning: value returned from (format
    "org-babel-screen: File not readable yet.") is unused

Not much, perhaps, but worth doing anyway?

Attachment: 0001-Optimise-while-bodies-for-effect.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]