diff options
| author | Paul Eggert | 2011-02-21 09:56:37 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-21 09:56:37 -0800 |
| commit | 5c185672d66dc89bfd2c7889a5f0a6984c0ec607 (patch) | |
| tree | 0c3f95cac8c6d7258525c1e47db22f49e9d311f1 /lisp | |
| parent | 06b840e0d96538cfa879eb524c9b030988f8e7c5 (diff) | |
| parent | 2763cfc26857991fc4ccde9ff837c06032ac1008 (diff) | |
| download | emacs-5c185672d66dc89bfd2c7889a5f0a6984c0ec607.tar.gz emacs-5c185672d66dc89bfd2c7889a5f0a6984c0ec607.zip | |
Import filemode module from gnulib.
Diffstat (limited to 'lisp')
| -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 773b8f11408..1de38625243 100644 --- a/lisp/emacs-lisp/find-gc.el +++ b/lisp/emacs-lisp/find-gc.el | |||
| @@ -55,7 +55,7 @@ Each entry has the form (FUNCTION . FUNCTIONS-IT-CALLS).") | |||
| 55 | "term.c" "cm.c" "emacs.c" "keyboard.c" "macros.c" | 55 | "term.c" "cm.c" "emacs.c" "keyboard.c" "macros.c" |
| 56 | "keymap.c" "sysdep.c" "buffer.c" "filelock.c" | 56 | "keymap.c" "sysdep.c" "buffer.c" "filelock.c" |
| 57 | "insdel.c" "marker.c" "minibuf.c" "fileio.c" | 57 | "insdel.c" "marker.c" "minibuf.c" "fileio.c" |
| 58 | "dired.c" "filemode.c" "cmds.c" "casefiddle.c" | 58 | "dired.c" "cmds.c" "casefiddle.c" |
| 59 | "indent.c" "search.c" "regex.c" "undo.c" | 59 | "indent.c" "search.c" "regex.c" "undo.c" |
| 60 | "alloc.c" "data.c" "doc.c" "editfns.c" | 60 | "alloc.c" "data.c" "doc.c" "editfns.c" |
| 61 | "callint.c" "eval.c" "fns.c" "print.c" "lread.c" | 61 | "callint.c" "eval.c" "fns.c" "print.c" "lread.c" |