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
fd4ea9a2
Commit
fd4ea9a2
authored
Nov 10, 1995
by
Richard M. Stallman
Browse files
(sh-mode-map): Put sh-execute-region on C-M-x.
Put executable-interpret on C-c C-x.
parent
74c20cd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/progmodes/sh-script.el
lisp/progmodes/sh-script.el
+2
-2
No files found.
lisp/progmodes/sh-script.el
View file @
fd4ea9a2
...
@@ -237,8 +237,8 @@ actually defined as the table for the like of \\[edit-abbrevs].")
...
@@ -237,8 +237,8 @@ actually defined as the table for the like of \\[edit-abbrevs].")
(
define-key
map
"="
'sh-assignment
)
(
define-key
map
"="
'sh-assignment
)
(
define-key
map
"\C-c+"
'sh-add
)
(
define-key
map
"\C-c+"
'sh-add
)
(
define-key
map
"\C-
c|
"
'sh-execute-region
)
(
define-key
map
"\C-
\M-x
"
'sh-execute-region
)
(
define-key
map
"\C-c
!
"
'executable-interpret
)
(
define-key
map
"\C-c
\C-x
"
'executable-interpret
)
(
define-key
map
"<"
'sh-maybe-here-document
)
(
define-key
map
"<"
'sh-maybe-here-document
)
(
define-key
map
"("
'skeleton-pair-insert-maybe
)
(
define-key
map
"("
'skeleton-pair-insert-maybe
)
(
define-key
map
"{"
'skeleton-pair-insert-maybe
)
(
define-key
map
"{"
'skeleton-pair-insert-maybe
)
...
...
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