Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
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. */
neccessary for the system to remain consistent. This requirement
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. */
Lisp_Object
Qmouse_left
;
...
...
@@ -830,3 +832,9 @@ percentage by which the left interval tree should not differ from the right.");
defsubr
(
&
Sremove_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