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
25013c26
Commit
25013c26
authored
Oct 02, 1992
by
Joseph Arceneaux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* textprop.c: Conditionalize all functions on
"USE_TEXT_PROPERTIES".
parent
d2f7a802
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
src/textprop.c
src/textprop.c
+8
-0
No files found.
src/textprop.c
View file @
25013c26
...
@@ -35,6 +35,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -35,6 +35,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
neccessary for the system to remain consistent. This requirement
neccessary for the system to remain consistent. This requirement
is enforced by the subrs installing properties onto the intervals. */
is enforced by the subrs installing properties onto the intervals. */
/* The rest of the file is within this conditional */
#ifdef USE_TEXT_PROPERTIES
/* Types of hooks. */
/* Types of hooks. */
Lisp_Object
Qmouse_left
;
Lisp_Object
Qmouse_left
;
...
@@ -830,3 +832,9 @@ percentage by which the left interval tree should not differ from the right.");
...
@@ -830,3 +832,9 @@ percentage by which the left interval tree should not differ from the right.");
defsubr
(
&
Sremove_text_properties
);
defsubr
(
&
Sremove_text_properties
);
defsubr
(
&
Serase_text_properties
);
defsubr
(
&
Serase_text_properties
);
}
}
#else
lose
--
this
shouldn
'
t
be
compiled
if
USE_TEXT_PROPERTIES
isn
'
t
defined
#endif
/* USE_TEXT_PROPERTIES */
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