]> git.eshelyaron.com Git - emacs.git/commitdiff
(ielm-eval-input): More of previous change.
authorRichard M. Stallman <rms@gnu.org>
Tue, 28 Apr 1998 02:10:42 +0000 (02:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 28 Apr 1998 02:10:42 +0000 (02:10 +0000)
lisp/ielm.el

index 9983c01a0f56183d6d989359a0fc20e6fe8cbc0f..7c2dc4d6409bc681f379465ee206f1e7e068881e 100644 (file)
@@ -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)))