Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
197a9dfd
Commit
197a9dfd
authored
Oct 23, 2001
by
Gerd Moellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(mh-recenter): Call `recenter' with arg t
if ARG is nil.
parent
79014980
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/mail/mh-utils.el
lisp/mail/mh-utils.el
+1
-1
No files found.
lisp/ChangeLog
View file @
197a9dfd
2001-10-23 Gerd Moellmann <gerd@gnu.org>
* mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
if ARG is nil.
* desktop.el (desktop-last-buffer): New variable.
(desktop-create-buffer): Set it.
(desktop-read): Bind it and switch to that buffer.
...
...
lisp/mail/mh-utils.el
View file @
197a9dfd
...
...
@@ -447,7 +447,7 @@ Type \"\\[mh-header-display]\" to see the message with all its headers."
;; window. (Commands like save-some-buffers can make this false.)
(
if
(
eq
(
get-buffer-window
(
current-buffer
))
(
selected-window
))
(
recenter
(
if
arg
arg
'
(
t
)
))))
(
recenter
(
if
arg
arg
t
))))
(
defun
mh-delete-line
(
lines
)
...
...
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