Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a70f4c6f
Commit
a70f4c6f
authored
Nov 19, 2008
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(x-select-font): Declare.
parent
be9b46cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/term/w32-win.el
lisp/term/w32-win.el
+2
-0
No files found.
lisp/term/w32-win.el
View file @
a70f4c6f
...
...
@@ -81,6 +81,8 @@
;; Keep an obsolete alias for w32-focus-frame and w32-select-font in case
;; they are used by code outside Emacs.
(
define-obsolete-function-alias
'w32-focus-frame
'x-focus-frame
"23.1"
)
(
declare-function
x-select-font
"w32font.c"
(
&optional
frame
exclude-proportional
))
(
define-obsolete-function-alias
'w32-select-font
'x-select-font
"23.1"
)
(
defvar
xlfd-regexp-registry-subnum
)
...
...
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