diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2022-08-27 14:20:38 +0200 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2022-09-15 09:42:53 +0200 |
commit | 824ae5faeec9cfa5e14e750030d55800b08ad7f2 (patch) | |
tree | 25698af46b03cd7539b9876fbe9c1dd15ab3156e /lisp/emacs-lisp/hierarchy.el | |
parent | 3ad2adc48c700a8c15459f623081c32420f0b726 (diff) | |
download | emacs-824ae5faeec9cfa5e14e750030d55800b08ad7f2.tar.gz emacs-824ae5faeec9cfa5e14e750030d55800b08ad7f2.tar.bz2 emacs-824ae5faeec9cfa5e14e750030d55800b08ad7f2.zip |
Use `eql` or `eq` instead of `=` in some places
For a switch op to be generated, comparisons must be made using `eq`,
`eql` or `equal`, not `=`.
* lisp/emacs-lisp/byte-opt.el (byte-optimize-lapcode):
* lisp/files.el (file-modes-char-to-who, file-modes-char-to-right):
* lisp/international/titdic-cnv.el (tit-process-header):
* lisp/language/ethio-util.el (ethio-input-special-character)
(ethio-fidel-to-tex-buffer):
* lisp/language/lao.el (consonant):
Use `eq` or `eql` instead of `=`.
In these cases either `eq` or `eql` would do and the choice does not
affect the resulting code. We compare numbers with `eql` and
characters with `eq` as a matter of style.
Diffstat (limited to 'lisp/emacs-lisp/hierarchy.el')
0 files changed, 0 insertions, 0 deletions