aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/emacs-lisp/find-gc.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ca163104e0a..a526ca900a7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12011-04-07 Paul Eggert <eggert@cs.ucla.edu>
2
3 Remove the doprnt implementation, as Emacs now uses vsnprintf.
4 * emacs-lisp/find-gc.el (find-gc-source-files): Remove doprnt.c.
5
12011-04-06 Glenn Morris <rgm@gnu.org> 62011-04-06 Glenn Morris <rgm@gnu.org>
2 7
3 * Makefile.in (AUTOGEN_VCS): New variable. 8 * Makefile.in (AUTOGEN_VCS): New variable.
diff --git a/lisp/emacs-lisp/find-gc.el b/lisp/emacs-lisp/find-gc.el
index 1de38625243..c9ca03c5e47 100644
--- a/lisp/emacs-lisp/find-gc.el
+++ b/lisp/emacs-lisp/find-gc.el
@@ -60,7 +60,7 @@ Each entry has the form (FUNCTION . FUNCTIONS-IT-CALLS).")
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"
62 "abbrev.c" "syntax.c" "unexcoff.c" 62 "abbrev.c" "syntax.c" "unexcoff.c"
63 "bytecode.c" "process.c" "callproc.c" "doprnt.c" 63 "bytecode.c" "process.c" "callproc.c"
64 "x11term.c" "x11fns.c")) 64 "x11term.c" "x11fns.c"))
65 65
66 66