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
71d54f88
Commit
71d54f88
authored
Apr 28, 1998
by
Richard M. Stallman
Browse files
(ielm-eval-input): More of previous change.
parent
1823194b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/ielm.el
lisp/ielm.el
+3
-3
No files found.
lisp/ielm.el
View file @
71d54f88
...
...
@@ -348,9 +348,9 @@ simply inserts a newline."
(
setq
ielm-output
(
concat
ielm-output
"*** "
ielm-error-type
" *** "
))
(
setq
ielm-output
(
concat
ielm-output
ielm-result
)))
;; There was no error, so shift the ::: values
(
setq
:::
::
)
(
setq
::
:
)
(
setq
:
ielm-result
))
(
setq
***
**
)
(
setq
**
*
)
(
setq
*
ielm-result
))
(
setq
ielm-output
(
concat
ielm-output
"\n"
))))
(
setq
ielm-output
(
concat
ielm-output
ielm-prompt
))
(
comint-output-filter
(
ielm-process
)
ielm-output
)))
...
...
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