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:
parent
5fdb398c4b
commit
ea6c7ae6bf
9 changed files with 19 additions and 287 deletions
|
|
@ -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"))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue