2015-05-04 09:52:24 +00:00
|
|
|
|
;;; buffer-move-autoloads.el --- automatically extracted autoloads
|
|
|
|
|
;;
|
|
|
|
|
;;; Code:
|
|
|
|
|
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
|
|
|
|
|
|
2016-06-29 07:21:54 +00:00
|
|
|
|
;;;### (autoloads nil "buffer-move" "buffer-move.el" (22387 29375
|
|
|
|
|
;;;;;; 754161 271000))
|
2015-05-04 09:52:24 +00:00
|
|
|
|
;;; Generated autoloads from buffer-move.el
|
|
|
|
|
|
|
|
|
|
(autoload 'buf-move-up "buffer-move" "\
|
|
|
|
|
Swap the current buffer and the buffer above the split.
|
|
|
|
|
If there is no split, ie now window above the current one, an
|
|
|
|
|
error is signaled.
|
|
|
|
|
|
|
|
|
|
\(fn)" t nil)
|
|
|
|
|
|
|
|
|
|
(autoload 'buf-move-down "buffer-move" "\
|
|
|
|
|
Swap the current buffer and the buffer under the split.
|
|
|
|
|
If there is no split, ie now window under the current one, an
|
|
|
|
|
error is signaled.
|
|
|
|
|
|
|
|
|
|
\(fn)" t nil)
|
|
|
|
|
|
|
|
|
|
(autoload 'buf-move-left "buffer-move" "\
|
|
|
|
|
Swap the current buffer and the buffer on the left of the split.
|
|
|
|
|
If there is no split, ie now window on the left of the current
|
|
|
|
|
one, an error is signaled.
|
|
|
|
|
|
|
|
|
|
\(fn)" t nil)
|
|
|
|
|
|
|
|
|
|
(autoload 'buf-move-right "buffer-move" "\
|
|
|
|
|
Swap the current buffer and the buffer on the right of the split.
|
|
|
|
|
If there is no split, ie now window on the right of the current
|
|
|
|
|
one, an error is signaled.
|
|
|
|
|
|
|
|
|
|
\(fn)" t nil)
|
|
|
|
|
|
2016-04-21 21:27:19 +00:00
|
|
|
|
(autoload 'buf-move "buffer-move" "\
|
|
|
|
|
Begin moving the current buffer to different windows.
|
|
|
|
|
|
|
|
|
|
Use the arrow keys to move in the desired direction. Pressing
|
|
|
|
|
any other key exits this function.
|
|
|
|
|
|
|
|
|
|
\(fn)" t nil)
|
|
|
|
|
|
2015-05-04 09:52:24 +00:00
|
|
|
|
;;;***
|
|
|
|
|
|
|
|
|
|
;; Local Variables:
|
|
|
|
|
;; version-control: never
|
|
|
|
|
;; no-byte-compile: t
|
|
|
|
|
;; no-update-autoloads: t
|
|
|
|
|
;; End:
|
|
|
|
|
;;; buffer-move-autoloads.el ends here
|