diff options
| author | Lars Ingebrigtsen | 2022-08-04 07:51:31 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-08-04 08:05:25 +0200 |
| commit | caa88cfebec2465ba9bf422d75b741ef3fbfef6e (patch) | |
| tree | cd2395dbb2d88669b415723e1d9d5ddc6029e28e /etc | |
| parent | 50e4fc9f0ee6ddb547479bffac9ad309ef5ec627 (diff) | |
| download | emacs-caa88cfebec2465ba9bf422d75b741ef3fbfef6e.tar.gz emacs-caa88cfebec2465ba9bf422d75b741ef3fbfef6e.zip | |
Remove outdated TODO item about make-docfile and .el files
* etc/TODO: Remove outdated item about make-docfile and .el files.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/TODO | 11 |
1 files changed, 1 insertions, 10 deletions
| @@ -1713,17 +1713,8 @@ apparently loses under Solaris, at least. [fx has mostly done this.] | |||
| 1713 | 1713 | ||
| 1714 | (Obsolete, since gmalloc.c is nowadays only used on MS-DOS.) | 1714 | (Obsolete, since gmalloc.c is nowadays only used on MS-DOS.) |
| 1715 | 1715 | ||
| 1716 | ** Rewrite make-docfile to be clean and maintainable | ||
| 1717 | It might be better to replace with Lisp the part of make-docfile that | ||
| 1718 | produces the etc/DOC file by scanning *.el files, for example by | ||
| 1719 | reusing the code in the byte compiler or in autoload.el that already | ||
| 1720 | scans *.el files. | ||
| 1721 | https://lists.gnu.org/r/emacs-devel/2012-06/msg00037.html | ||
| 1722 | https://lists.gnu.org/r/emacs-devel/2021-05/msg00235.html | ||
| 1723 | |||
| 1724 | ** Eliminate the etc/DOC file altogether | 1716 | ** Eliminate the etc/DOC file altogether |
| 1725 | As an alternative to the previous item, we could try and eliminate the | 1717 | We could try and eliminate the DOC file altogether. See |
| 1726 | DOC file altogether. See | ||
| 1727 | https://lists.gnu.org/r/emacs-devel/2021-05/msg00237.html | 1718 | https://lists.gnu.org/r/emacs-devel/2021-05/msg00237.html |
| 1728 | 1719 | ||
| 1729 | ** Add an inferior-comint-minor-mode | 1720 | ** Add an inferior-comint-minor-mode |