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
8dc2e44a
Commit
8dc2e44a
authored
Jul 18, 2012
by
Andreas Schwab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* w32font.c (Qsymbol): Remove local definition.
(syms_of_w32font): Don't DEFSYM it.
parent
2dc2a609
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
src/ChangeLog
src/ChangeLog
+5
-0
src/w32font.c
src/w32font.c
+1
-2
No files found.
src/ChangeLog
View file @
8dc2e44a
2012-07-18 Andreas Schwab <schwab@linux-m68k.org>
* w32font.c (Qsymbol): Remove local definition.
(syms_of_w32font): Don't DEFSYM it.
2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
Fix sweep_vectors to handle large bool vectors correctly.
...
...
src/w32font.c
View file @
8dc2e44a
...
...
@@ -75,7 +75,7 @@ static Lisp_Object Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu;
static
Lisp_Object
Qkannada
,
Qmalayalam
,
Qsinhala
,
Qthai
,
Qlao
;
static
Lisp_Object
Qtibetan
,
Qmyanmar
,
Qgeorgian
,
Qhangul
,
Qethiopic
;
static
Lisp_Object
Qcherokee
,
Qcanadian_aboriginal
,
Qogham
,
Qrunic
;
static
Lisp_Object
Qkhmer
,
Qmongolian
,
Q
symbol
,
Q
braille
,
Qhan
;
static
Lisp_Object
Qkhmer
,
Qmongolian
,
Qbraille
,
Qhan
;
static
Lisp_Object
Qideographic_description
,
Qcjk_misc
,
Qkana
,
Qbopomofo
;
static
Lisp_Object
Qkanbun
,
Qyi
,
Qbyzantine_musical_symbol
;
static
Lisp_Object
Qmusical_symbol
,
Qmathematical
,
Qcham
,
Qphonetic
;
...
...
@@ -2634,7 +2634,6 @@ syms_of_w32font (void)
DEFSYM
(
Qrunic
,
"runic"
);
DEFSYM
(
Qkhmer
,
"khmer"
);
DEFSYM
(
Qmongolian
,
"mongolian"
);
DEFSYM
(
Qsymbol
,
"symbol"
);
DEFSYM
(
Qbraille
,
"braille"
);
DEFSYM
(
Qhan
,
"han"
);
DEFSYM
(
Qideographic_description
,
"ideographic-description"
);
...
...
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