diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-21 09:56:37 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-21 09:56:37 -0800 |
commit | 5c185672d66dc89bfd2c7889a5f0a6984c0ec607 (patch) | |
tree | 0c3f95cac8c6d7258525c1e47db22f49e9d311f1 /lisp/emacs-lisp | |
parent | 06b840e0d96538cfa879eb524c9b030988f8e7c5 (diff) | |
parent | 2763cfc26857991fc4ccde9ff837c06032ac1008 (diff) | |
download | emacs-5c185672d66dc89bfd2c7889a5f0a6984c0ec607.tar.gz emacs-5c185672d66dc89bfd2c7889a5f0a6984c0ec607.tar.bz2 emacs-5c185672d66dc89bfd2c7889a5f0a6984c0ec607.zip |
Import filemode module from gnulib.
Diffstat (limited to 'lisp/emacs-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).") "term.c" "cm.c" "emacs.c" "keyboard.c" "macros.c" "keymap.c" "sysdep.c" "buffer.c" "filelock.c" "insdel.c" "marker.c" "minibuf.c" "fileio.c" - "dired.c" "filemode.c" "cmds.c" "casefiddle.c" + "dired.c" "cmds.c" "casefiddle.c" "indent.c" "search.c" "regex.c" "undo.c" "alloc.c" "data.c" "doc.c" "editfns.c" "callint.c" "eval.c" "fns.c" "print.c" "lread.c" |