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
069f5950
Commit
069f5950
authored
Jul 18, 2000
by
Dave Love
Browse files
(Fwindow_list): Declare arg `window'.
parent
a8ab9a6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
src/ChangeLog
src/ChangeLog
+5
-1
src/window.c
src/window.c
+1
-1
No files found.
src/ChangeLog
View file @
069f5950
2000-07-18 Dave Love <fx@gnu.org>
* window.c (Fwindow_list): Declare arg `window'.
2000-07-18 Kenichi Handa <handa@etl.go.jp>
* coding.c (setup_coding_system): Don't override the explicitly
...
...
@@ -71,7 +75,7 @@
2000-07-14 Dave Love <fx@gnu.org>
* syntax.c (back_comment): Add null default in switch for pcc.
* syntax.c (back_comment): Add null default in switch
(
for pcc
)
.
2000-07-14 Kenichi Handa <handa@etl.go.jp>
...
...
src/window.c
View file @
069f5950
...
...
@@ -1516,7 +1516,7 @@ DEFUN ("window-list", Fwindow_list, Swindow_list, 0, 3, 0,
"Return a list of windows in canonical ordering.
\n
\
Arguments are like for `next-window'."
)
(
window
,
minibuf
,
all_frames
)
Lisp_Object
minibuf
,
all_frames
;
Lisp_Object
window
,
minibuf
,
all_frames
;
{
Lisp_Object
tail
,
list
;
...
...
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