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
46b4e741
Commit
46b4e741
authored
Apr 08, 1994
by
Karl Heuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(syms_of_textprop): Initialize Qintangible.
parent
86d62d76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/textprop.c
src/textprop.c
+3
-3
No files found.
src/textprop.c
View file @
46b4e741
...
...
@@ -49,7 +49,7 @@ Lisp_Object Qlocal_map;
/* Visual properties text (including strings) may have. */
Lisp_Object
Qforeground
,
Qbackground
,
Qfont
,
Qunderline
,
Qstipple
;
Lisp_Object
Qinvisible
,
Qread_only
,
Q
hidden
;
Lisp_Object
Qinvisible
,
Qread_only
,
Q
intangible
;
/* Sticky properties */
Lisp_Object
Qfront_sticky
,
Qrear_nonsticky
;
...
...
@@ -1334,8 +1334,8 @@ percentage by which the left interval tree should not differ from the right.");
Qread_only
=
intern
(
"read-only"
);
staticpro
(
&
Qinvisible
);
Qinvisible
=
intern
(
"invisible"
);
staticpro
(
&
Q
hidden
);
Q
hidden
=
intern
(
"hidden
"
);
staticpro
(
&
Q
intangible
);
Q
intangible
=
intern
(
"intangible
"
);
staticpro
(
&
Qcategory
);
Qcategory
=
intern
(
"category"
);
staticpro
(
&
Qlocal_map
);
...
...
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