1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-22 21:50:45 -08:00

Remove the doprnt implementation, as Emacs now uses vsnprintf.

This commit is contained in:
Paul Eggert 2011-04-06 20:49:25 -07:00
parent 5fdb398c4b
commit ea6c7ae6bf
9 changed files with 19 additions and 287 deletions

View file

@ -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"))