mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-26
b0369d0536Import the latest IVD_Sequences.txtcd53b6399bFix dired-do-compress when tar doesn't default to stdin (B...51911dae14Suppress warnings during elisp completion macroexpansiona36a090a95* lisp/progmodes/verilog-mode.el (verilog-mode): Fix typo ...6a6e8e6e8dMake tramp-interrupt-process more robust5bcd468a9eMake quail-input-method work when inhibit-read-only is non...87baf1242eFix 'fontset-name-p'd23158777dFix fontset documentation inconsistencies for bug#29630a829cb8c8bRemove sentence from child frames section in Elisp manualad491c80e4Avoid crashes in 'font-at' after 'set-fontset-font'c73d2cdfd7* lisp/files-x.el (connection-local-set-profile-variables)...cefca2b8acAdd /etc/ssl/cert.pem to gnutls-trustfiles for macOS122e7264b8Fix tool-tip display when display margins are non-zero by ...e1cc2037a9Handle hash tables and vectors when reading/writing EIEIO ...cda219c3dfImprove interactive debugging commands in xdisp.c1056b3cbcdFix calculation of continuation_pixel_width in display engine90e20804f5Improve documentation of 'save-abbrevs'.14f0230a48Improve documentation of Dired161b0e5493* lisp/bookmark.el (bookmark-alist): Doc fix. (Bug#29551)
This commit is contained in:
commit
0beba8d164
24 changed files with 1755 additions and 935 deletions
|
|
@ -307,6 +307,8 @@ Blank lines separate paragraphs. Semicolons start comments.
|
|||
(setq sexp (ignore-errors (butlast sexp)))))
|
||||
res))
|
||||
|
||||
(defvar warning-minimum-log-level)
|
||||
|
||||
(defun elisp--local-variables ()
|
||||
"Return a list of locally let-bound variables at point."
|
||||
(save-excursion
|
||||
|
|
@ -328,7 +330,7 @@ Blank lines separate paragraphs. Semicolons start comments.
|
|||
(error form))))
|
||||
(sexp
|
||||
(unwind-protect
|
||||
(progn
|
||||
(let ((warning-minimum-log-level :emergency))
|
||||
(advice-add 'macroexpand :around macroexpand-advice)
|
||||
(macroexpand-all sexp))
|
||||
(advice-remove 'macroexpand macroexpand-advice)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue