summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-04-06 20:49:25 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-04-06 20:49:25 -0700
commitea6c7ae6bf4e43c7c31babf76600d2ee008f4e19 (patch)
treea05e7cdc4dd7bd17b111b12efb9cfadd8387e458 /lisp/emacs-lisp
parent5fdb398c4b75b0c834aff7132f90b0ce5317a25a (diff)
downloademacs-ea6c7ae6bf4e43c7c31babf76600d2ee008f4e19.tar.gz
emacs-ea6c7ae6bf4e43c7c31babf76600d2ee008f4e19.tar.bz2
emacs-ea6c7ae6bf4e43c7c31babf76600d2ee008f4e19.zip
Remove the doprnt implementation, as Emacs now uses vsnprintf.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/find-gc.el2
1 files changed, 1 insertions, 1 deletions
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"))