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
b6e3633c
Commit
b6e3633c
authored
Jun 11, 2011
by
Andreas Schwab
Browse files
* src/window.h (replace_buffer_in_windows): Declare.
parent
9397e56f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/window.h
src/window.h
+1
-0
No files found.
src/ChangeLog
View file @
b6e3633c
2011-06-11 Andreas Schwab <schwab@linux-m68k.org>
* window.h (replace_buffer_in_windows): Declare.
2011-06-11 Martin Rudalics <rudalics@gmx.at>
* buffer.c: New Lisp objects Qbuffer_list_update_hook and
...
...
src/window.h
View file @
b6e3633c
...
...
@@ -918,6 +918,7 @@ extern int window_internal_height (struct window *);
extern
int
window_body_cols
(
struct
window
*
w
);
EXFUN
(
Frecenter
,
1
);
extern
void
temp_output_buffer_show
(
Lisp_Object
);
extern
void
replace_buffer_in_windows
(
Lisp_Object
);
extern
void
replace_buffer_in_windows_safely
(
Lisp_Object
);
extern
void
init_window_once
(
void
);
extern
void
init_window
(
void
);
...
...
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