mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Merge from origin/emacs-26
a87ce5c4b4* src/lisp.h (GCALIGNED): Clarify comment (Bug#29040).8a31e9993f; etc/NEWS: Add cpp-message-min-time-interval. (Bug#28961)ac0bb9a192Improve the doc of eshell-cmpl-* custom variables (Bug#25069)36400c7dc9Fix mouse-scrollbar offset on GNUstep and old macOS (bug#2...04bc1410c2Merge from Gnulib6b08ad5263Fix alignment portability problemsa9f8706fa8Fix completion of colon after CSS property (Bug#29056)9031dec527; * src/alloc.c (sweep_symbols): Fix last change.fdd3dcfa4e* src/alloc.c (sweep_symbols): Tweak last change27964af438In frame parameters documentation mention desktop saving/r...1bd4e7c243; Fix typo in ChangeLog.34182a60d31Don't have frameset save the 'client' parameter (Bug#29067)9d31a97092; Spelling fixes460a25f212Handle generic variables in cl-defgeneric Edebug specdc0a25c2f9Give a more sensible message if file-attributes fails (Bug...8453423c7cAvoid wrong value from file-attributes on Linux kernel bef...70621e2571Fix customization of debugger-print-function (Bug#29077) # Conflicts: # etc/NEWS
This commit is contained in:
commit
aa75424672
27 changed files with 174 additions and 133 deletions
|
|
@ -51,8 +51,9 @@ the middle is discarded, and just the beginning and end are displayed."
|
|||
|
||||
(defcustom debugger-print-function #'cl-prin1
|
||||
"Function used to print values in the debugger backtraces."
|
||||
:type 'function
|
||||
:options '(cl-prin1 prin1)
|
||||
:type '(choice (const cl-prin1)
|
||||
(const prin1)
|
||||
function)
|
||||
:version "26.1")
|
||||
|
||||
(defcustom debugger-bury-or-kill 'bury
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue