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
7c31514a
Commit
7c31514a
authored
Dec 31, 2004
by
Jay Belanger
Browse files
(calc-graph-show-dumb): Mention C-cC-c as the way to return to Calc.
parent
ebf0c615
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
lisp/calc/calc-graph.el
lisp/calc/calc-graph.el
+1
-3
No files found.
lisp/calc/calc-graph.el
View file @
7c31514a
...
...
@@ -955,9 +955,7 @@ This \"dumb\" driver will be present in Gnuplot 3.0."
(
define-key
calc-dumb-map
"\C-c\C-c"
'exit-recursive-edit
)))
(
use-local-map
calc-dumb-map
)
(
setq
truncate-lines
t
)
(
message
"Type `q'%s to return to Calc"
(
if
(
eq
(
lookup-key
(
current-global-map
)
"\e#"
)
'calc-dispatch
)
" or `M-# M-#'"
""
))
(
message
"Type `q' or `C-c C-c' to return to Calc"
)
(
recursive-edit
)
(
bury-buffer
"*Gnuplot Trail*"
)))
...
...
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