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
afffeb57
Commit
afffeb57
authored
Apr 10, 2001
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
d4e7cf01
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
lisp/ChangeLog
lisp/ChangeLog
+3
-0
src/ChangeLog
src/ChangeLog
+12
-0
No files found.
lisp/ChangeLog
View file @
afffeb57
2001-04-10 Gerd Moellmann <gerd@gnu.org>
* emacs-lisp/advice.el (ad-make-advised-definition): Construct
advice for subrs differently.
* textmodes/paragraphs.el (forward-sentence): Put the sentence-end
regexp in parentheses when building the regexp for searching
backwards.
...
...
src/ChangeLog
View file @
afffeb57
2001-04-10 Gerd Moellmann <gerd@gnu.org>
* window.c (window_scroll): Change the meaning of N to mean
N screen-fulls or N lines.
(window_scroll_pixel_based, window_scroll_line_based)
(scroll_command, Fscroll_other_window): Change accordingly.
* window.c (window_scroll_pixel_based, Frecenter): Call
window_box_height instead of using it.last_visible_y for the
height of the window.
* xdisp.c (redisplay_window) <recenter>: Call window_box_height
instead of using it.last_visible_y for the height of the window.
* w32proc.c (sys_spawnve): Quote more chars for Cygwin.
* w32.c (sys_open): Try to open file without _O_CREAT first, to be
...
...
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