mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-13 09:32:47 +00:00
824ae5faee
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. |
||
---|---|---|
.. | ||
burmese.el | ||
cham.el | ||
china-util.el | ||
chinese.el | ||
cyril-util.el | ||
cyrillic.el | ||
czech.el | ||
english.el | ||
ethio-util.el | ||
ethiopic.el | ||
european.el | ||
georgian.el | ||
greek.el | ||
hanja-util.el | ||
hebrew.el | ||
ind-util.el | ||
indian.el | ||
indonesian.el | ||
japan-util.el | ||
japanese.el | ||
khmer.el | ||
korea-util.el | ||
korean.el | ||
lao-util.el | ||
lao.el | ||
misc-lang.el | ||
philippine.el | ||
romanian.el | ||
sinhala.el | ||
slovak.el | ||
tai-viet.el | ||
thai-util.el | ||
thai-word.el | ||
thai.el | ||
tibet-util.el | ||
tibetan.el | ||
tv-util.el | ||
utf-8-lang.el | ||
viet-util.el | ||
vietnamese.el |