emacs/lisp/international
Mattias Engdegård 824ae5faee 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.
2022-09-15 09:42:53 +02:00
..
ccl.el Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
characters.el Merge from origin/emacs-28 2022-09-01 06:17:37 +02:00
emoji.el Add new args MESSAGE and TIMEOUT to set-transient-map (bug#21634) 2022-07-06 20:39:41 +03:00
fontset.el Add support for the Meetei Mayek script 2022-06-13 16:55:20 +03:00
isearch-x.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
iso-ascii.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
iso-cvt.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
iso-transl.el Support keyboard input and display of U+1E9E 2022-07-31 11:22:29 +03:00
ja-dic-cnv.el ; Minor copyedits of --with-small-ja-dic option 2022-06-10 16:12:00 +03:00
ja-dic-utl.el Improve message regarding missing LEIM 2022-08-09 17:58:15 +02:00
kinsoku.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
kkc.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
latexenc.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
latin1-disp.el Merge from origin/emacs-28 2022-09-01 06:17:37 +02:00
mule-cmds.el Delete many items obsolete since 24.3 2022-09-09 11:27:30 +02:00
mule-conf.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
mule-diag.el Improve message regarding missing LEIM 2022-08-09 17:58:15 +02:00
mule-util.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
mule.el ; Fix typos 2022-05-15 11:15:06 +02:00
ogonek.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
quail.el Delete many items obsolete since 24.3 2022-09-09 11:27:30 +02:00
rfc1843.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
robin.el Delete many items obsolete since 24.3 2022-09-09 11:27:30 +02:00
textsec-check.el Fix textsec-suspicious foreground color 2022-09-14 15:17:58 +02:00
textsec.el Make more IPV6 domains non-suspicious in textsec 2022-04-11 17:36:26 +02:00
titdic-cnv.el Use eql or eq instead of = in some places 2022-09-15 09:42:53 +02:00
ucs-normalize.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
utf-7.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
utf7.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00