From: Stefan Kangas Date: Thu, 9 Jan 2025 02:30:58 +0000 (+0100) Subject: ; Remove some references to deleted files X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b55b05d2dfa1dd8f230d2de1a5bb056c837c82a9;p=emacs.git ; Remove some references to deleted files * admin/MAINTAINERS: * admin/authors.el (authors-public-domain-files): * admin/find-gc.el (find-gc-source-files): * src/conf_post.h: Remove some references to deleted files. (cherry picked from commit aa07e94439c663f768c32a689d14506d25a7a5bc) --- diff --git a/admin/MAINTAINERS b/admin/MAINTAINERS index 9cd4c8d1fbc..a920a177398 100644 --- a/admin/MAINTAINERS +++ b/admin/MAINTAINERS @@ -31,7 +31,6 @@ Eli Zaretskii src/msdos.[ch] src/dosfns.[ch] src/w16select.c - src/unexcoff.c lisp/term/internal.el lisp/term/pc-win.el lisp/dos-fns.el @@ -257,7 +256,6 @@ Eli Zaretskii src/frame.c src/dired.c src/fileio.c - src/unexw32.c src/w32*.[ch] src/window.c src/indent.c diff --git a/admin/authors.el b/admin/authors.el index 51e051cc166..d12bc76b3bb 100644 --- a/admin/authors.el +++ b/admin/authors.el @@ -369,7 +369,6 @@ If REALNAME is nil, ignore that author.") "nnmaildir\\.el" "nnil\\.el" "b2m\\.c" - "unexhp9k800\\.c" "emacsclient\\.1" "check-doc-strings") "List of regexps matching files for which the FSF doesn't need papers.") diff --git a/admin/find-gc.el b/admin/find-gc.el index 0084d7d1c54..d68a1e6c0bf 100644 --- a/admin/find-gc.el +++ b/admin/find-gc.el @@ -60,7 +60,7 @@ Each entry has the form (FUNCTION . FUNCTIONS-IT-CALLS).") "indent.c" "search.c" "regex-emacs.c" "undo.c" "alloc.c" "data.c" "doc.c" "editfns.c" "callint.c" "eval.c" "fns.c" "print.c" "lread.c" - "syntax.c" "unexcoff.c" + "syntax.c" "bytecode.c" "process.c" "callproc.c" "doprnt.c" "xterm.c" "xfns.c")) diff --git a/src/conf_post.h b/src/conf_post.h index ccf30a5e7e9..6be76d5481a 100644 --- a/src/conf_post.h +++ b/src/conf_post.h @@ -155,7 +155,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ #define emacs_raise(sig) msdos_fatal_signal (sig) -/* DATA_START is needed by vm-limit.c and unexcoff.c. */ +/* DATA_START is needed by vm-limit.c. */ #define DATA_START (&etext + 1) #endif /* MSDOS */