1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Merge from origin/emacs-30

af8017b23f Explicitly document read-string return value
cf03c2b609 Improve docstrings of python.el import management
01bcc6961a ; Improve doc strings of Speedbar
bd9c76ab17 Avoid warnings about 'image-scaling-factor' in builds --w...
This commit is contained in:
Eli Zaretskii 2025-03-09 07:33:13 -04:00
commit bcfa9692f0
4 changed files with 80 additions and 55 deletions

View file

@ -915,6 +915,8 @@ since it could result in memory overflow and make Emacs crash."
(fboundp 'x-create-frame))
((string-match "tab-bar-" (symbol-name symbol))
(fboundp 'x-create-frame))
((string-match "image-" (symbol-name symbol))
(fboundp 'x-create-frame))
((equal "vertical-centering-font-regexp"
(symbol-name symbol))
;; Any function from fontset.c will do.