diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/emacs-lisp/find-gc.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 51f8066077d..13776503dfb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-04-10 Paul Eggert <eggert@cs.ucla.edu> + + Remove the doprnt implementation, as Emacs now uses vsnprintf. + * emacs-lisp/find-gc.el (find-gc-source-files): Remove doprnt.c. + 2011-04-10 Leo Liu <sdl.web@gmail.com> * emacs-lisp/tabulated-list.el (tabulated-list-print-entry): Fix 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).") "alloc.c" "data.c" "doc.c" "editfns.c" "callint.c" "eval.c" "fns.c" "print.c" "lread.c" "abbrev.c" "syntax.c" "unexcoff.c" - "bytecode.c" "process.c" "callproc.c" "doprnt.c" + "bytecode.c" "process.c" "callproc.c" "x11term.c" "x11fns.c")) |