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
3a6b59d9
Commit
3a6b59d9
authored
Oct 16, 2000
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
5fbeea74
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
lisp/ChangeLog
lisp/ChangeLog
+3
-0
src/ChangeLog
src/ChangeLog
+8
-0
No files found.
lisp/ChangeLog
View file @
3a6b59d9
...
...
@@ -6,6 +6,9 @@
2000-10-16 Gerd Moellmann <gerd@gnu.org>
* help.el: Provide `help' for the sake of define-minor-mode
which generates defcustoms with requires.
* jit-lock.el (jit-lock-after-change): If we're in text that
matches a multi-line font-lock pattern, make sure the whole text
will be redisplayed.
...
...
src/ChangeLog
View file @
3a6b59d9
2000-10-16 Gerd Moellmann <gerd@gnu.org>
* xdisp.c (find_last_unchanged_at_beg_row): Renamed from
get_last_unchanged_at_beg_row.
(find_first_unchanged_at_end_row): Renamed from
get_first_unchanged_at_end_row.
(find_first_unchanged_at_end_row): Convert assertions to
unconditional tests which abort. When looking for a row in
unchanged text, don't go further back than first_text_row.
* xdisp.c (try_scrolling) <cursor in scroll margin at the bottom>:
Don't add in the last line's height when deciding if the new
position is below the scroll margin.
...
...
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