emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103405: * lisp/emacs-lisp/bytecomp.e


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103405: * lisp/emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
Date: Wed, 23 Feb 2011 10:22:28 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103405
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Wed 2011-02-23 10:22:28 -0500
message:
  * lisp/emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
modified:
  etc/NEWS
  lib-src/ChangeLog
  lisp/ChangeLog
  lisp/emacs-lisp/bytecomp.el
  lisp/international/ja-dic-cnv.el
  lisp/international/titdic-cnv.el
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2011-02-23 04:47:11 +0000
+++ b/etc/NEWS  2011-02-23 15:22:28 +0000
@@ -712,6 +712,7 @@
 
 * Lisp changes in Emacs 24.1
 
+** byte-compile-disable-print-circle is obsolete.
 ** Removed the stack-trace-on-error variable.
 Also the debugger can now "continue" from an error, which means it will jump
 to the error handler as if the debugger had not been invoked instead of

=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2011-02-22 18:08:53 +0000
+++ b/lib-src/ChangeLog 2011-02-23 15:22:28 +0000
@@ -611,7 +611,7 @@
        autoconf, not cpp.
        (ALL_CFLAGS): Use them as make variables.
 
-2010-04-07  Christoph  <address@hidden>  (tiny change)
+2010-04-07  Christoph Scholtes  <address@hidden>
 
        * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis
        for macros for nmake compatibility.

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-02-23 04:19:28 +0000
+++ b/lisp/ChangeLog    2011-02-23 15:22:28 +0000
@@ -1,3 +1,7 @@
+2011-02-23  Stefan Monnier  <address@hidden>
+
+       * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
+
 2011-02-23  Kenichi Handa  <address@hidden>
 
        * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
@@ -9055,7 +9059,7 @@
        * htmlfontify.el (hfy-face-attr-for-class): Use append instead
        of nconc to avoid pure storage error (Bug#6239).
 
-2010-06-27  Christoph  <address@hidden>  (tiny change)
+2010-06-27  Christoph Scholtes  <address@hidden>
 
        * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
        (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
@@ -11238,7 +11242,7 @@
 
        * ido.el (ido-file-internal): Fix 2009-12-02 change.
 
-2010-04-19  Christoph  <address@hidden>  (tiny change)
+2010-04-19  Christoph Scholtes  <address@hidden>
 
        * progmodes/grep.el (grep-compute-defaults): Fix handling of host
        default settings (Bug#5928).

=== modified file 'lisp/emacs-lisp/bytecomp.el'
--- a/lisp/emacs-lisp/bytecomp.el       2011-01-25 04:08:28 +0000
+++ b/lisp/emacs-lisp/bytecomp.el       2011-02-23 15:22:28 +0000
@@ -227,6 +227,7 @@
 
 (defvar byte-compile-disable-print-circle nil
   "If non-nil, disable `print-circle' on printing a byte-compiled code.")
+(make-obsolete-variable 'byte-compile-disable-print-circle nil "24.1")
 ;;;###autoload(put 'byte-compile-disable-print-circle 'safe-local-variable 
'booleanp)
 
 (defcustom byte-compile-dynamic-docstrings t

=== modified file 'lisp/international/ja-dic-cnv.el'
--- a/lisp/international/ja-dic-cnv.el  2011-01-15 23:16:57 +0000
+++ b/lisp/international/ja-dic-cnv.el  2011-02-23 15:22:28 +0000
@@ -337,7 +337,7 @@
       (erase-buffer)
       (buffer-disable-undo)
       (insert ";;; ja-dic.el --- dictionary for Japanese input method"
-             " -*-coding: euc-japan; byte-compile-disable-print-circle:t; 
-*-\n"
+             " -*-coding: euc-japan; -*-\n"
              ";;\tGenerated by the command `skkdic-convert'\n"
              ";;\tDate: " (current-time-string) "\n"
              ";;\tOriginal SKK dictionary file: "

=== modified file 'lisp/international/titdic-cnv.el'
--- a/lisp/international/titdic-cnv.el  2011-01-25 04:08:28 +0000
+++ b/lisp/international/titdic-cnv.el  2011-02-23 15:22:28 +0000
@@ -272,8 +272,7 @@
 
     (princ ";; Quail package `")
     (princ package)
-    (princ (format "' -*- coding:%s; " coding-system-for-write))
-    (princ "byte-compile-disable-print-circle:t; -*-\n")
+    (princ (format "' -*- coding:%s -*-\n" coding-system-for-write))
     (princ ";;   Generated by the command `titdic-convert'\n;;\tDate: ")
     (princ (current-time-string))
     (princ "\n;;\tOriginal TIT dictionary file: ")
@@ -1154,8 +1153,8 @@
        (setq coding-system-for-write
              (coding-system-change-eol-conversion coding 'unix))
        (with-temp-file (expand-file-name quailfile dirname)
-         (insert (format ";; Quail package `%s' -*- coding:%s; " name coding))
-         (insert "byte-compile-disable-print-circle:t; -*-\n")
+         (insert (format ";; Quail package `%s' -*- coding:%s -*-\n"
+                          name coding))
          (insert ";;   Generated by the command `miscdic-convert'\n")
          (insert ";;   Date: " (current-time-string) "\n")
          (insert ";;   Source dictionary file: " dicfile "\n")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]