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
Open sidebar
emacs
emacs
Commits
7e0dd87e
Commit
7e0dd87e
authored
Mar 01, 1994
by
Richard M. Stallman
Browse files
(pascal-sub-block-re): Recognize for and with.
parent
f8710542
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/progmodes/pascal.el
lisp/progmodes/pascal.el
+1
-1
No files found.
lisp/progmodes/pascal.el
View file @
7e0dd87e
...
...
@@ -112,7 +112,7 @@
(
defconst
pascal-end-block-re
"\\<\\(end\\|until\\)\\>"
)
(
defconst
pascal-declaration-re
"\\<\\(const\\|label\\|type\\|var\\)\\>"
)
(
defconst
pascal-defun-re
"\\<\\(function\\|procedure\\|program\\)\\>"
)
(
defconst
pascal-sub-block-re
"\\<\\(if\\|else\\|
while
\\)\\>"
)
(
defconst
pascal-sub-block-re
"\\<\\(if\\|else\\|
for\\|while\\|with
\\)\\>"
)
(
defconst
pascal-noindent-re
"\\<\\(begin\\|end\\|until\\)\\>"
)
(
defconst
pascal-nosemi-re
"\\<\\(begin\\|repeat\\|then\\|do\\|else\\)\\>"
)
(
defconst
pascal-autoindent-lines-re
...
...
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