emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 4d81eb4: Document variable `byte-compile-debug'


From: Philipp Stephani
Subject: [Emacs-diffs] emacs-25 4d81eb4: Document variable `byte-compile-debug'
Date: Tue, 31 Jan 2017 20:00:03 +0000 (UTC)

branch: emacs-25
commit 4d81eb450ef5219b551e01e7df7f08784fdc3231
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    Document variable `byte-compile-debug'
    
    * lisp/emacs-lisp/bytecomp.el (byte-compile-debug): Document variable.
---
 lisp/emacs-lisp/bytecomp.el |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index eb3f46d..2c808a5 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -411,7 +411,8 @@ specify different fields to sort on."
   :type '(choice (const name) (const callers) (const calls)
                 (const calls+callers) (const nil)))
 
-(defvar byte-compile-debug nil)
+(defvar byte-compile-debug nil
+  "If non-nil, byte compile errors will be raised as signals instead of 
logged.")
 (defvar byte-compile-constants nil
   "List of all constants encountered during compilation of this form.")
 (defvar byte-compile-variables nil



reply via email to

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