]> git.eshelyaron.com Git - emacs.git/commitdiff
; Remove some references to deleted files
authorStefan Kangas <stefankangas@gmail.com>
Thu, 9 Jan 2025 02:30:58 +0000 (03:30 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 11:08:56 +0000 (12:08 +0100)
* 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)

admin/MAINTAINERS
admin/authors.el
admin/find-gc.el
src/conf_post.h

index 9cd4c8d1fbca314f6f1a3be137040b8fc4cbe245..a920a177398878b25a9f4e346615b1999da1c4b9 100644 (file)
@@ -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
index 51e051cc1669c74aac82918826609bf6b0a5412a..d12bc76b3bb7891284ea903bb5f0b5eb3cab0048 100644 (file)
@@ -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.")
index 0084d7d1c54786c19cdcff89e9438aaa2da9784f..d68a1e6c0bf156e064edf3f9f7d3b66b0eec0187 100644 (file)
@@ -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"))
 
index ccf30a5e7e9c4049ec2c375c5840ca3d30e79025..6be76d5481ae1844d51c6878a05bf4319befb0f7 100644 (file)
@@ -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 */