diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-21 10:51:02 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-21 10:51:02 -0800 |
commit | 3870e8f9b973b1b9dd220c05345de7ed9dd7ff20 (patch) | |
tree | ab690bc51048557556be0faa35d249c4d54f761a /lisp/emacs-lisp | |
parent | 0d7fdc0ef49f92c2ae20e13b172fc5ccc81f36f7 (diff) | |
parent | 6ca1c3b4f26d01d3e9125986ca8e8f31eb1bf6bc (diff) | |
download | emacs-3870e8f9b973b1b9dd220c05345de7ed9dd7ff20.tar.gz emacs-3870e8f9b973b1b9dd220c05345de7ed9dd7ff20.tar.bz2 emacs-3870e8f9b973b1b9dd220c05345de7ed9dd7ff20.zip |
Merge from mainline.
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" |