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
830144d5
Commit
830144d5
authored
Sep 30, 2003
by
Richard M. Stallman
Browse files
(sh-mode-syntax-table): Add defvar.
parent
545d91d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lisp/progmodes/sh-script.el
lisp/progmodes/sh-script.el
+4
-0
No files found.
lisp/progmodes/sh-script.el
View file @
830144d5
...
...
@@ -400,6 +400,10 @@ the car and cdr are the same symbol.")
(
modify-syntax-entry
(
pop
list
)
(
pop
list
)
table
))
table
)
(
defvar
sh-mode-syntax-table
nil
"The syntax table to use for Shell-Script mode.
This is buffer-local in every such buffer."
)
(
defvar
sh-mode-default-syntax-table
(
sh-mode-syntax-table
()
?\#
"<"
...
...
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