emacs-devel
[Top][All Lists]
Advanced

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

obnoxious byte-compiler warning from using lsh


From: Noah Friedman
Subject: obnoxious byte-compiler warning from using lsh
Date: Fri, 08 Sep 2023 03:26:09 -0700 (PDT)

The the master branch, the docstring for `lsh' says:

    This function is provided for compatibility.  In new code, use `ash'
    instead."

`lsh' and `ash' are not the same thing, the difference is important and
they are both essential operators.  This proffered suggestion, along with
the byte compiler warning, is...well, it's not even wrong. It's just a
non-sequitur.



reply via email to

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