projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8be046f
)
* lisp/play/dunnet.el (dun-fix-screen): Avoid `end-of-buffer`.
author
Mark Oteiza
<mvoteiza@udel.edu>
Fri, 8 Jan 2016 17:19:09 +0000
(12:19 -0500)
committer
Mark Oteiza
<mvoteiza@udel.edu>
Fri, 8 Jan 2016 17:19:09 +0000
(12:19 -0500)
lisp/play/dunnet.el
patch
|
blob
|
history
diff --git
a/lisp/play/dunnet.el
b/lisp/play/dunnet.el
index 941f98ebb697921c11d72e1b3c43ab858008b275..8ed0bb3bbb41fe34181fa380976bc4b5df9416ba 100644
(file)
--- a/
lisp/play/dunnet.el
+++ b/
lisp/play/dunnet.el
@@
-1203,7
+1203,7
@@
for a moment, then straighten yourself up.
(interactive)
(forward-line (- 0 (- (window-height) 2 )))
(set-window-start (selected-window) (point))
- (
end-of-buffer
))
+ (
goto-char (point-max)
))
;;; Insert something into the buffer, followed by newline.