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
7194219d
Commit
7194219d
authored
Mar 20, 2001
by
Gerd Moellmann
Browse files
(follow-avoid-tail-recenter): Doc fix.
parent
5721ae13
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/follow.el
lisp/follow.el
+2
-2
No files found.
lisp/ChangeLog
View file @
7194219d
2001-03-20 Gerd Moellmann <gerd@gnu.org>
* follow.el (follow-avoid-tail-recenter): Doc fix.
* custom.el (custom-set-variables): Avoid reversing the list
of args needlessly.
...
...
lisp/follow.el
View file @
7194219d
;;; follow.el --- Minor mode, Synchronize windows showing the same buffer.
;; Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc.
;; Copyright (C) 1995, 1996, 1997, 1999
, 2001
Free Software Foundation, Inc.
;; Author: Anders Lindgren <andersl@andersl.com>
;; Maintainer: Anders Lindgren <andersl@andersl.com>
...
...
@@ -1479,7 +1479,7 @@ position of the first window. Otherwise it is a good guess."
(defun follow-avoid-tail-recenter (&rest rest)
"
Make
sure
windows
displaying
the
end
of
a
buffer
aren
't
recentered.
This
is
done
by
reading
and
rewriting
the
start
positon
of
This
is
done
by
reading
and
rewriting
the
start
posit
i
on
of
non-first
windows
in
Follow
Mode.
"
(if follow-avoid-tail-recenter-p
(let* ((orig-buffer (current-buffer))
...
...
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