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
6f37d17b
Commit
6f37d17b
authored
Oct 27, 2002
by
Andreas Schwab
Browse files
(sh-mode-syntax-table): Don't make ^L
end-of-comment syntax.
parent
13b563f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/progmodes/sh-script.el
lisp/progmodes/sh-script.el
+0
-1
No files found.
lisp/ChangeLog
View file @
6f37d17b
2002-10-27 Andreas Schwab <schwab@suse.de>
* progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
end-of-comment syntax.
2002-10-27 Kim F. Storm <storm@cua.dk>
* ido.el (ido-cannot-complete-command): New defcustom, default to
...
...
lisp/progmodes/sh-script.el
View file @
6f37d17b
...
...
@@ -395,7 +395,6 @@ the car and cdr are the same symbol.")
(
defvar
sh-mode-syntax-table
'
((
sh
eval
sh-mode-syntax-table
()
?\#
"<"
?\^l
">#"
?\n
">#"
?\"
"\"\""
?\'
"\"'"
...
...
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