diff options
| author | Pavel Janík | 2001-12-22 13:37:57 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-12-22 13:37:57 +0000 |
| commit | e4a552b9c0ad896a11c4334581db5a411699787f (patch) | |
| tree | b6d6f54d1fe099ae61b3672e6f7a0bed1a62d85b | |
| parent | b15f6f29ef8921699575a8d330a934337f0e28c7 (diff) | |
| download | emacs-e4a552b9c0ad896a11c4334581db5a411699787f.tar.gz emacs-e4a552b9c0ad896a11c4334581db5a411699787f.zip | |
(source-files): Remove mocklisp.c.
| -rw-r--r-- | lisp/emacs-lisp/find-gc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/find-gc.el b/lisp/emacs-lisp/find-gc.el index aab101f0636..a52ae3631fd 100644 --- a/lisp/emacs-lisp/find-gc.el +++ b/lisp/emacs-lisp/find-gc.el | |||
| @@ -129,7 +129,7 @@ | |||
| 129 | "indent.c" "search.c" "regex.c" "undo.c" | 129 | "indent.c" "search.c" "regex.c" "undo.c" |
| 130 | "alloc.c" "data.c" "doc.c" "editfns.c" | 130 | "alloc.c" "data.c" "doc.c" "editfns.c" |
| 131 | "callint.c" "eval.c" "fns.c" "print.c" "lread.c" | 131 | "callint.c" "eval.c" "fns.c" "print.c" "lread.c" |
| 132 | "abbrev.c" "syntax.c" "unexec.c" "mocklisp.c" | 132 | "abbrev.c" "syntax.c" "unexec.c" |
| 133 | "bytecode.c" "process.c" "callproc.c" "doprnt.c" | 133 | "bytecode.c" "process.c" "callproc.c" "doprnt.c" |
| 134 | "x11term.c" "x11fns.c")) | 134 | "x11term.c" "x11fns.c")) |
| 135 | 135 | ||