mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 15:00:34 -08:00
Merge from origin/emacs-26
fc5cae7; Fix ChangeLog typo.e17a5e5; make change-history-commitf205928* etc/HISTORY: Cite Brinkoff on early history.4e58ca8Document internal use of 'above-suspended' z-group frame para...4bd43b0Increase max-lisp-eval-depth adjustment while in debugger (bu...ab98352Improve on last change in replace-buffer-contents2f149c0Fix a factual error in Introduction to Emacs Lisp8ad50a3; * lisp/files.el (buffer-offer-save): Doc fix. (Bug#32000)c80f31fMinor improvements in documentation of imenu.el8ebb683Avoid errors with recentering in 'skeleton-insert'e980a3c* src/lisp.h: Omit obsolete comment re bytecode stack.eec71ebSpeed up replace-buffer-contents93c41ceRemove extra process call from vc-git-find-file-hook7ea0873; Update some commentary4a7f423Speed up vc-git-dir-status-files9134c84Avoid compiler warning using coding.h Conflicts: src/editfns.c
This commit is contained in:
commit
02f2f336af
14 changed files with 1566 additions and 63 deletions
|
|
@ -349,6 +349,7 @@ That buffer should be current already."
|
|||
(backtrace-frames 'debug)))
|
||||
(print-escape-newlines t)
|
||||
(print-escape-control-characters t)
|
||||
;; If you increase print-level, add more depth in call_debugger.
|
||||
(print-level 8)
|
||||
(print-length 50)
|
||||
(pos (point)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue