46 lines
1.2 KiB
EmacsLisp
46 lines
1.2 KiB
EmacsLisp
|
;;; buffer-move-autoloads.el --- automatically extracted autoloads
|
|||
|
;;
|
|||
|
;;; Code:
|
|||
|
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
|
|||
|
|
|||
|
;;;### (autoloads nil "buffer-move" "buffer-move.el" (21831 16639
|
|||
|
;;;;;; 808187 792000))
|
|||
|
;;; 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)
|
|||
|
|
|||
|
;;;***
|
|||
|
|
|||
|
;; Local Variables:
|
|||
|
;; version-control: never
|
|||
|
;; no-byte-compile: t
|
|||
|
;; no-update-autoloads: t
|
|||
|
;; End:
|
|||
|
;;; buffer-move-autoloads.el ends here
|