aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Kangas2021-12-03 19:25:59 +0100
committerStefan Kangas2021-12-03 19:27:16 +0100
commit76bbb7e648d46cfdc73675eb6e5f52e146f4c368 (patch)
treec2abd18fe2a71b4a1f2599d5c4c691a6a4d53faf /etc
parent5586eb463fb3c11298f6e1a0b4fd1e86b9a1dd65 (diff)
downloademacs-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8dadd3d268d..4ed3350c0ed 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
768This change is now applied in 'dired-insert-directory'. 768This 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