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
8cec35c4
Commit
8cec35c4
authored
May 11, 2005
by
Dan Nicolaescu
Browse files
(sh-mode-default-syntax-table): Set the
syntax of $ to "'" (quote).
parent
be239def
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/progmodes/sh-script.el
lisp/progmodes/sh-script.el
+4
-0
No files found.
lisp/ChangeLog
View file @
8cec35c4
2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
* progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
syntax of $ to "'" (quote).
2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
* dnd.el (dnd-protocol-alist): Improve custom type.
...
...
lisp/progmodes/sh-script.el
View file @
8cec35c4
...
...
@@ -414,6 +414,10 @@ This is buffer-local in every such buffer.")
?\"
"\"\""
?\'
"\"'"
?\`
"\"`"
;; ?$ might also have a ". p" syntax. Both "'" and ". p" seem
;; to work fine. This is needed so that dabbrev-expand
;; $VARNAME works.
?$
"'"
?!
"_"
?%
"_"
?:
"_"
...
...
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