1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
emacs/lisp/language
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
..
burmese.el
cham.el
china-util.el
chinese.el
cyril-util.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
cyrillic.el
czech.el
english.el
ethio-util.el Use eql or eq instead of = in some places 2022-09-15 09:42:53 +02:00
ethiopic.el
european.el ; Fix typos 2022-07-16 10:07:38 +02:00
georgian.el
greek.el Add Greek translation of the tutorial 2022-05-08 18:48:17 +03:00
hanja-util.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
hebrew.el
ind-util.el Make the Indian itrans methods more phonetic 2022-07-07 09:47:09 +03:00
indian.el Add new customizable phonetic Tamil input method 2022-07-14 09:30:56 +03:00
indonesian.el Add support for the Makasar and Lontara scripts (bug#55734) 2022-05-31 16:12:59 +03:00
japan-util.el
japanese.el
khmer.el
korea-util.el
korean.el
lao-util.el
lao.el Use eql or eq instead of = in some places 2022-09-15 09:42:53 +02:00
misc-lang.el Speed up display of Arabic 2022-08-06 16:55:51 +03:00
philippine.el Add support for the Buhid and Tagbanwa scripts (bug#55610) 2022-05-24 17:11:43 +03:00
romanian.el
sinhala.el
slovak.el
tai-viet.el
thai-util.el * lisp/language/thai-util.el (thai-word-mode-map): Prefer defvar-keymap. 2022-05-13 14:35:00 +02:00
thai-word.el
thai.el Add support for Tai Tham script 2022-02-16 17:07:58 +02:00
tibet-util.el
tibetan.el
tv-util.el
utf-8-lang.el
viet-util.el
vietnamese.el