mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-10 00:00:39 -08:00
Merge from origin/emacs-25
4af5981Add a comment in generated refcards about the sourceef880a5; * etc/refcards/calccard.tex: Remove obsolete comment.4887e7cjs-mode: Fix indent problem after a regexpe992ac0Fix sluggish display of symbols in UTF-8 language environment1fc101bDon't confuse how Texinfo outputs @var with the input91aa5d1* doc/lispref/display.texi (Scroll Bars): * doc/lispref/frame...f758fcd* doc/emacs/cmdargs.texi (Initial Options): Copyedit for --da...5b0cdddMore fixes in copyright notices in etc/refcards/f994c20Update copyright text in refcards9ad2ae7Fix Outline command names26c3554Send text received by bracketed paste to processdb0b58dCorrect the statement about programming modes always running ...78aece4Improve documentation of 'occur'eb364fdDo call debugger on failed cl-assert3ef4ee8Avoid infloop in python8da810fDon't refer to obsolete FEATURE-unload-hook4f478caImprove documentation of dabbrevs7272e5d* lisp/chistory.el (list-command-history): Doc fix. (Bug#24890)89b7482* lisp/simple.el (set-mark-command): Doc fix. (Bug#24890)3b199f7Improve documentation of some Help commands93d3a0eFix documentation of yes-or-no promptsaf04919Fix documentation of partial completion styleed80184Fix documentation of the mode line on emacsclient framese6be855Fix description of 'C-z' in User manual16f7007Improve and clarify documentation of Outline Mode31d93aaAdd Emacs version number to nt/README.W320b6b815Fix python-mode hideshow regexpdc152c5Modernize usage of 'macOS' in doc and comments84c5343Prefer comments /* like this */ in C codebb61e50* doc/lispref/loading.texi (Autoload): Better link (Bug#24845).3ef86fdClarify documentation of face attribute functionsde51d59; * nt/README.W32: Minor copyedits.db436e9Don't call debug on failed cl-assert # Conflicts: # doc/emacs/cmdargs.texi # etc/NEWS # etc/PROBLEMS # lisp/auth-source.el # lisp/net/tramp-sh.el
This commit is contained in:
commit
c61ee94959
128 changed files with 820 additions and 590 deletions
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
(defun cl--assertion-failed (form &optional string sargs args)
|
||||
(if debug-on-error
|
||||
(debug `(cl-assertion-failed ,form ,string ,@sargs))
|
||||
(funcall debugger `(cl-assertion-failed ,form ,string ,@sargs))
|
||||
(if string
|
||||
(apply #'error string (append sargs args))
|
||||
(signal 'cl-assertion-failed `(,form ,@sargs)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue