Merge from emacs-26
e62ad04963
Fix sgml-mode handling of quotes within parens (Bug#36347)06b35b2f92
; * lisp/frame.el: Enhance add-variable-watcher commentary.572e34bb6f
Rename 'make-symbolic-link' argument NEWNAME to LINKNAME04477adedc
Check that length of data returned by sysctl is non-zero81535eeadb
* test/lisp/progmodes/python-tests.el (python-virt-bin): D...9d48979ca8
Fix Python tests depending on system-typefcf6cc3177
Fix problem with wdired test when symlinks cannot be created.4701e0663e
Improve wording of documentation of click events # Conflicts: # lisp/textmodes/sgml-mode.el # test/lisp/textmodes/sgml-mode-tests.el
This commit is contained in:
commit
9552ee4df7
10 changed files with 78 additions and 55 deletions
|
@ -2672,7 +2672,9 @@ See also `toggle-frame-maximized'."
|
|||
(mapc (lambda (var)
|
||||
;; Using symbol-function here tells the watcher machinery to
|
||||
;; call the C function set-buffer-redisplay directly, thus
|
||||
;; avoiding a potential GC.
|
||||
;; avoiding a potential GC. This isn't strictly necessary,
|
||||
;; but it's a nice way to exercise the direct subr-calling
|
||||
;; machinery.
|
||||
(add-variable-watcher var (symbol-function 'set-buffer-redisplay)))
|
||||
'(line-spacing
|
||||
overline-margin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue