mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 06:50:23 -08:00
From a patch privately suggested by Mattias Engdegård on 2020-05-11 in a followup to Bug#40671. * admin/charsets/cp51932.awk: * admin/charsets/eucjp-ms.awk: Generate code that does not modify constant conses. * doc/misc/emacs-mime.texi (Encoding Customization): * lisp/emacs-lisp/byte-opt.el (byte-compile-side-effect-free-ops): * lisp/frameset.el (frameset-persistent-filter-alist): * lisp/gnus/gnus-sum.el (gnus-article-mode-line-format-alist): Use append instead of nconc. * lisp/language/japanese.el (japanese-ucs-cp932-to-jis-map) (jisx0213-to-unicode): Use mapcar instead of mapc. * lisp/language/lao-util.el (lao-transcription-consonant-alist) (lao-transcription-vowel-alist): * lisp/language/tibetan.el (tibetan-subjoined-transcription-alist): Use copy-sequence. * test/src/fns-tests.el (fns-tests-nreverse): (fns-tests-sort, fns-tests-collate-sort) (fns-tests-string-version-lessp, fns-tests-mapcan): Use copy-sequence, vector, and list. |
||
|---|---|---|
| .. | ||
| 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 | ||
| japan-util.el | ||
| japanese.el | ||
| khmer.el | ||
| korea-util.el | ||
| korean.el | ||
| lao-util.el | ||
| lao.el | ||
| misc-lang.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 | ||