diff options
author | Erik Naggum <erik@naggum.no> | 1996-10-31 13:43:37 +0000 |
---|---|---|
committer | Erik Naggum <erik@naggum.no> | 1996-10-31 13:43:37 +0000 |
commit | cd99ddcfbd4ac889d63f0623e091410e61382a99 (patch) | |
tree | ae5c1f1d89509dc7e2a74f899d984c0cc332395c /src/window.c | |
parent | 8e9a4d6739ad2af9924acb535dd091877a193c3d (diff) | |
download | emacs-cd99ddcfbd4ac889d63f0623e091410e61382a99.tar.gz |
Reorganize function definitions so etags finds them.
Diffstat (limited to 'src/window.c')
-rw-r--r-- | src/window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c index 900b66a0068..61c717397f0 100644 --- a/src/window.c +++ b/src/window.c @@ -3353,8 +3353,8 @@ save_window_save (window, vector, i) return i; } -DEFUN ("current-window-configuration", - Fcurrent_window_configuration, Scurrent_window_configuration, 0, 1, 0, +DEFUN ("current-window-configuration", Fcurrent_window_configuration, + Scurrent_window_configuration, 0, 1, 0, "Return an object representing the current window configuration of FRAME.\n\ If FRAME is nil or omitted, use the selected frame.\n\ This describes the number of windows, their sizes and current buffers,\n\ |