Eliminate M-x debug-show-rings.
authorChris Hanson <org/chris-hanson/cph>
Fri, 10 May 1991 04:52:20 +0000 (04:52 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 10 May 1991 04:52:20 +0000 (04:52 +0000)
v7/src/edwin/debuge.scm

index f71b7d73c2233561e447479676188d8793b460e3..da8b1c76365ecebd5723645d80077ac3ac1874e2 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/debuge.scm,v 1.41 1991/04/21 00:49:31 cph Exp $
+;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/debuge.scm,v 1.42 1991/05/10 04:52:20 cph Exp $
 ;;;
 ;;;    Copyright (c) 1986, 1989-91 Massachusetts Institute of Technology
 ;;;
                      (set-buffer-truename! buffer truename)
                      (buffer-not-modified! buffer)))))))))
 
-(define-command debug-show-rings
-  "Show the number of items in the mark and kill rings."
-  ()
-  (lambda ()
-    (message "Mark Ring: "
-            (write-to-string (ring-size (buffer-mark-ring (current-buffer))))
-            "; Kill Ring: "
-            (write-to-string (ring-size (current-kill-ring))))))
-
 (define-command debug-count-marks
   "Show the number of in-use and GC'ed marks for the current buffer."
   ()