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
d6003f63
Commit
d6003f63
authored
May 09, 1991
by
Roland McGrath
Browse files
*** empty log message ***
parent
fc3feb2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/emacs-lisp/lisp-mode.el
lisp/emacs-lisp/lisp-mode.el
+2
-2
No files found.
lisp/emacs-lisp/lisp-mode.el
View file @
d6003f63
...
...
@@ -203,9 +203,9 @@ if that value is non-nil."
(
defun
eval-print-last-sexp
()
"Evaluate sexp before point; print value into current buffer."
(
interactive
)
(
newline
)
(
terpri
(
current-buffer
)
)
(
eval-last-sexp
t
)
(
newline
))
(
terpri
(
current-buffer
)
))
(
defun
eval-last-sexp
(
arg
)
"Evaluate sexp before point; print value in minibuffer.
...
...
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