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
f706036b
Commit
f706036b
authored
Jul 18, 2005
by
Juanma Barranquero
Browse files
(zone-pgm-stress-destress): Use `insert-buffer-substring', not `insert-buffer'.
parent
3310fdd2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/play/zone.el
lisp/play/zone.el
+1
-1
No files found.
lisp/play/zone.el
View file @
f706036b
...
...
@@ -622,7 +622,7 @@ If the element is a function or a list of a function and a number,
(
sit-for
3
)
(
erase-buffer
)
(
sit-for
3
)
(
insert-buffer
"*Messages*"
)
(
insert-buffer
-substring
"*Messages*"
)
(
message
""
)
(
goto-char
(
point-max
))
(
recenter
-1
)
...
...
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