Add make-directory to symbol-releases.eld

This avoids saying (incorrectly) that it was introduced in Emacs 23.1.

* etc/symbol-releases.eld: Add 'make-directory'.
This commit is contained in:
Stefan Kangas 2024-09-15 13:58:53 +02:00
parent 4464062f4e
commit f27553c30a

View file

@ -19,6 +19,7 @@
;; https://github.com/larsbrinkhoff/emacs-history/tree/sources/decuslib.com/decus/vax85b/gnuemax ;; https://github.com/larsbrinkhoff/emacs-history/tree/sources/decuslib.com/decus/vax85b/gnuemax
("19.7" fun defsubst) ("19.7" fun defsubst)
("19.34" fun make-directory)
("18.59" fun mark) ("18.59" fun mark)
("13.8" fun nthcdr) ("13.8" fun nthcdr)
("13.8" fun nreverse) ("13.8" fun nreverse)