mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
Make ascii' a coding system alias for
us-ascii'
* lisp/international/mule-conf.el (ascii): Define `ascii' as a coding system alias to `us-ascii' (bug#43351).
This commit is contained in:
parent
a6321fd799
commit
e1e93da9a9
3
etc/NEWS
3
etc/NEWS
@ -1295,6 +1295,9 @@ ledit.el, lmenu.el, lucid.el and old-whitespace.el.
|
|||||||
|
|
||||||
* Lisp Changes in Emacs 28.1
|
* Lisp Changes in Emacs 28.1
|
||||||
|
|
||||||
|
---
|
||||||
|
*** 'ascii' is now a coding system alias for 'us-ascii'.
|
||||||
|
|
||||||
+++
|
+++
|
||||||
*** New function 'file-backup-file-names'.
|
*** New function 'file-backup-file-names'.
|
||||||
This function returns the list of file names of all the backup files
|
This function returns the list of file names of all the backup files
|
||||||
|
@ -1508,6 +1508,7 @@ for decoding and encoding files, process I/O, etc."
|
|||||||
:mime-charset 'us-ascii)
|
:mime-charset 'us-ascii)
|
||||||
|
|
||||||
(define-coding-system-alias 'iso-safe 'us-ascii)
|
(define-coding-system-alias 'iso-safe 'us-ascii)
|
||||||
|
(define-coding-system-alias 'ascii 'us-ascii)
|
||||||
|
|
||||||
(define-coding-system 'utf-7
|
(define-coding-system 'utf-7
|
||||||
"UTF-7 encoding of Unicode (RFC 2152)."
|
"UTF-7 encoding of Unicode (RFC 2152)."
|
||||||
|
Loading…
Reference in New Issue
Block a user