Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5a3008ed
Commit
5a3008ed
authored
Nov 26, 2008
by
Glenn Morris
Browse files
(x-font-family-list): Replace redefinition with
ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
parent
a0bea999
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
lisp/term/pc-win.el
lisp/term/pc-win.el
+0
-7
No files found.
lisp/term/pc-win.el
View file @
5a3008ed
...
...
@@ -235,13 +235,6 @@ support other types of selections."
(
defun
x-frob-font-weight
(
font
which
)
font
)
(
make-obsolete
'x-frob-font-weight
'make-face-...
"21.1"
)
(
defun
x-font-family-list
()
"
Return
a
list
of
available
font
families
on
FRAME.\n
\
If
FRAME
is
omitted
or
nil
,
use
the
selected
frame.\n
\
Value
is
a
list
of
conses
(
FAMILY
.
FIXED-P
)
where
FAMILY\n
\
is
a
font
family,
and
FIXED-P
is
non-nil
if
fonts
of
that
family\n
\
are
fixed-pitch.
"
'(("
default
" . t)))
;; From src/fontset.c:
(
fset
'query-fontset
'ignore
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment