changeset 25635:f39d91949fc4

(byte-compile-output-docform): Bind print-continuous-numbering and print-number-table.
author Richard M. Stallman <rms@gnu.org>
date Sat, 11 Sep 1999 04:44:23 +0000
parents 0d3bc0a437c4
children ebc88533212e
files lisp/emacs-lisp/bytecomp.el
diffstat 1 files changed, 4 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el	Sat Sep 11 01:25:46 1999 +0000
+++ b/lisp/emacs-lisp/bytecomp.el	Sat Sep 11 04:44:23 1999 +0000
@@ -9,7 +9,7 @@
 
 ;;; This version incorporates changes up to version 2.10 of the 
 ;;; Zawinski-Furuseth compiler.
-(defconst byte-compile-version "$Revision: 2.55 $")
+(defconst byte-compile-version "$Revision: 2.56 $")
 
 ;; This file is part of GNU Emacs.
 
@@ -1643,11 +1643,9 @@
 	 (insert (car info))
 	 (let ((print-escape-newlines t)
 	       (print-quoted t)
-	       ;; Use a cons cell to say that we want
-	       ;; print-gensym-alist not to be cleared
-	       ;; between calls to print functions.
-	       (print-gensym '(t))
-	       print-gensym-alist
+	       (print-gensym t)
+	       (print-continuous-numbering t)
+	       print-number-table
 	       (index 0))
 	   (prin1 (car form) outbuffer)
 	   (while (setq form (cdr form))