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
7cc80f0a
Commit
7cc80f0a
authored
Sep 08, 2001
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment change.
parent
1fb04659
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
src/syntax.c
src/syntax.c
+9
-3
No files found.
src/syntax.c
View file @
7cc80f0a
...
@@ -341,9 +341,15 @@ dec_bytepos (bytepos)
...
@@ -341,9 +341,15 @@ dec_bytepos (bytepos)
return
bytepos
;
return
bytepos
;
}
}
/* Find a defun-start that is the last one before POS (or nearly the last).
/* Return a defun-start position before before POS and not too far before.
We record what we find, so that another call in the same area
It should be the last one before POS, or nearly the last.
can return the same value right away.
When open_paren_in_column_0_is_defun_start is nonzero,
the beginning of every line is treated as a defun-start.
We record the information about where the scan started
and what its result was, so that another call in the same area
can return the same value very quickly.
There is no promise at which position the global syntax data is
There is no promise at which position the global syntax data is
valid on return from the subroutine, so the caller should explicitly
valid on return from the subroutine, so the caller should explicitly
...
...
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