mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Merge from origin/emacs-30
af8017b23fExplicitly document read-string return valuecf03c2b609Improve docstrings of python.el import management01bcc6961a; Improve doc strings of Speedbarbd9c76ab17Avoid warnings about 'image-scaling-factor' in builds --w...
This commit is contained in:
commit
bcfa9692f0
4 changed files with 80 additions and 55 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue