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
c6b71045
Commit
c6b71045
authored
Jul 18, 2006
by
Stefan Monnier
Browse files
(sh-font-lock-keywords-1): Revert inadvertently installed patch hunk.
parent
2381d38d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/progmodes/sh-script.el
lisp/progmodes/sh-script.el
+1
-1
No files found.
lisp/ChangeLog
View file @
c6b71045
2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/sh-script.el (sh-font-lock-keywords-1):
Revert inadvertently installed patch hunk.
* progmodes/compile.el (compilation-find-file): Handle the
cases where the user selects a non-existent file.
...
...
lisp/progmodes/sh-script.el
View file @
c6b71045
...
...
@@ -1561,7 +1561,7 @@ This adds rules for comments and assignments."
(regexp-opt (sh-feature sh-builtins) t)
"\\>")
(2 font-lock-keyword-face nil t)
(
4
font-lock-builtin-face))
(
6
font-lock-builtin-face))
,@(sh-feature sh-font-lock-keywords-var-2)))
(,(concat keywords "\\)\\>")
2 font-lock-keyword-face)
...
...
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