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
98ebf860
Commit
98ebf860
authored
Oct 13, 2004
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(syms_of_textprop): Add `syntax-table' to the nonsticky props.
parent
e375517f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/textprop.c
src/textprop.c
+4
-2
No files found.
src/textprop.c
View file @
98ebf860
/* Interface code for dealing with text properties.
Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003
Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003
, 2004
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
@@ -2233,7 +2233,9 @@ If a character in a buffer has PROPERTY, new text inserted adjacent to
the character doesn't inherit PROPERTY if NONSTICKINESS is non-nil,
inherits it if NONSTICKINESS is nil. The front-sticky and
rear-nonsticky properties of the character overrides NONSTICKINESS. */
);
Vtext_property_default_nonsticky
=
Qnil
;
/* Text property `syntax-table' should be nonsticky by default. */
Vtext_property_default_nonsticky
=
Fcons
(
Fcons
(
intern
(
"syntax-table"
),
Qt
),
Qnil
);
staticpro
(
&
interval_insert_behind_hooks
);
staticpro
(
&
interval_insert_in_front_hooks
);
...
...
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