mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 22:41:06 -08:00
Merge from origin/emacs-26
b3f4a3a(origin/emacs-26) Special-case %DUMBFW for GnuTLS between 3.2...c2ae057Work around GnuTLS version issues with %DUMBFW (tiny change)2f9d9ef; Remove the mention of "plain C code" in the docstring as wellaca827bMerge branch 'widen-less' into emacs-2687548f5; Rephrase NEWS entry a bitda0d773(emacs-26) ; * lisp/erc/erc.el: Update URL.3a60515* lisp/erc/erc.el (erc-shorten-server-name): Silence compiler...471b6c1; Replace non-ascii quote characters in doc strings etc7af7f5eFix some more aliases to user options79fb4b5Fix some flymake aliasesb9fbc03(origin/widen-less) Widen in indent-for-tab-command in the no...446faf3Replace the mention of c-indent-defun with js-indent-line7e9eef0Consolidate 'widen' calls # Conflicts: # etc/NEWS # lisp/progmodes/flymake-proc.el
This commit is contained in:
commit
b1cf262a79
21 changed files with 211 additions and 271 deletions
|
|
@ -1253,7 +1253,7 @@ function directly; use `byte-compile-warn' or
|
|||
(defun byte-compile-report-error (error-info &optional fill)
|
||||
"Report Lisp error in compilation.
|
||||
ERROR-INFO is the error data, in the form of either (ERROR-SYMBOL . DATA)
|
||||
or STRING. If FILL is non-nil, set ‘warning-fill-prefix’ to four spaces
|
||||
or STRING. If FILL is non-nil, set `warning-fill-prefix' to four spaces
|
||||
when printing the error message."
|
||||
(setq byte-compiler-error-flag t)
|
||||
(byte-compile-log-warning
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue