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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
9f995a76
Commit
9f995a76
authored
Mar 22, 2009
by
Jason Rumney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(x-use-underline-position-properties): Doc fix.
parent
f2f56691
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
src/ChangeLog
src/ChangeLog
+5
-0
src/w32term.c
src/w32term.c
+1
-3
No files found.
src/ChangeLog
View file @
9f995a76
2009-03-22 Jason Rumney <jasonr@gnu.org>
* w32term.c (syms_of_w32term): Doc fix for
x-use-underline-position-properties.
2009-03-21 Eli Zaretskii <eliz@gnu.org>
* w32.c (getpwuid): Change argument type to unsigned.
...
...
src/w32term.c
View file @
9f995a76
...
...
@@ -6459,9 +6459,7 @@ the cursor have no effect. */);
doc: /* *Non-nil means make use of UNDERLINE_POSITION font properties.
A value of nil means ignore them. If you encounter fonts with bogus
UNDERLINE_POSITION font properties, for example 7x13 on XFree prior
to 4.1, set this to nil.
NOTE: Not supported on MS-Windows yet. */);
to 4.1, set this to nil. */);
x_use_underline_position_properties = 0;
DEFVAR_BOOL ("x-underline-at-descent-line",
...
...
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