diff options
| author | Stefan Kangas | 2021-12-03 19:25:59 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-12-03 19:27:16 +0100 |
| commit | 76bbb7e648d46cfdc73675eb6e5f52e146f4c368 (patch) | |
| tree | c2abd18fe2a71b4a1f2599d5c4c691a6a4d53faf /etc | |
| parent | 5586eb463fb3c11298f6e1a0b4fd1e86b9a1dd65 (diff) | |
| download | emacs-76bbb7e648d46cfdc73675eb6e5f52e146f4c368.tar.gz emacs-76bbb7e648d46cfdc73675eb6e5f52e146f4c368.zip | |
Remove two functions obsolete since Emacs 23
* lisp/international/mule-cmds.el (unify-8859-on-encoding-mode)
(unify-8859-on-decoding-mode): Remove functions obsolete since
Emacs 23.
* lisp/nxml/xsd-regexp.el: Doc fix.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -767,6 +767,9 @@ Use 'exif-parse-file' and 'exif-field' instead. | |||
| 767 | ** 'insert-directory' alternatives should not change the free disk space line. | 767 | ** 'insert-directory' alternatives should not change the free disk space line. |
| 768 | This change is now applied in 'dired-insert-directory'. | 768 | This change is now applied in 'dired-insert-directory'. |
| 769 | 769 | ||
| 770 | ** Some functions obsolete since Emacs 23 have been removed: | ||
| 771 | 'unify-8859-on-encoding-mode', 'unify-8859-on-decoding-mode'. | ||
| 772 | |||
| 770 | 773 | ||
| 771 | * Lisp Changes in Emacs 29.1 | 774 | * Lisp Changes in Emacs 29.1 |
| 772 | 775 | ||