mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix last change for non-X platforms
* lisp/cus-start.el: Don't announce `scroll-bar-adjust-thumb-portion' on non-X systems.
This commit is contained in:
parent
618070d4b4
commit
4320180111
1 changed files with 4 additions and 2 deletions
|
|
@ -877,8 +877,10 @@ since it could result in memory overflow and make Emacs crash."
|
|||
(symbol-name symbol))
|
||||
;; Any function from fontset.c will do.
|
||||
(fboundp 'new-fontset))
|
||||
((equal "scroll-bar-adjust-thumb-portion"
|
||||
(symbol-name symbol))
|
||||
((or (equal "scroll-bar-adjust-thumb-portion"
|
||||
(symbol-name symbol))
|
||||
(equal "x-scroll-event-delta-factor"
|
||||
(symbol-name symbol)))
|
||||
(featurep 'x))
|
||||
(t t))))
|
||||
(if (not (boundp symbol))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue