-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
31 additions
and
27 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
41 changes: 20 additions & 21 deletions
41
...0200307.2119/transpose-frame-autoloads.el → ...0221109.2053/transpose-frame-autoloads.el
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,58 @@ | ||
;;; transpose-frame-autoloads.el --- automatically extracted autoloads | ||
;; | ||
;;; transpose-frame-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*- | ||
;; Generated by the `loaddefs-generate' function. | ||
|
||
;; This file is part of GNU Emacs. | ||
|
||
;;; Code: | ||
|
||
(add-to-list 'load-path (directory-file-name | ||
(or (file-name-directory #$) (car load-path)))) | ||
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path))) | ||
|
||
|
||
|
||
;;;### (autoloads nil "transpose-frame" "transpose-frame.el" (0 0 | ||
;;;;;; 0 0)) | ||
;;; Generated autoloads from transpose-frame.el | ||
|
||
(autoload 'transpose-frame "transpose-frame" "\ | ||
Transpose windows arrangement at FRAME. | ||
Omitting FRAME means currently selected frame. | ||
\(fn &optional FRAME)" t nil) | ||
|
||
(fn &optional FRAME)" t) | ||
(autoload 'flip-frame "transpose-frame" "\ | ||
Flip windows arrangement vertically at FRAME. | ||
Omitting FRAME means currently selected frame. | ||
\(fn &optional FRAME)" t nil) | ||
|
||
(fn &optional FRAME)" t) | ||
(autoload 'flop-frame "transpose-frame" "\ | ||
Flop windows arrangement horizontally at FRAME. | ||
Omitting FRAME means currently selected frame. | ||
\(fn &optional FRAME)" t nil) | ||
|
||
(fn &optional FRAME)" t) | ||
(autoload 'rotate-frame "transpose-frame" "\ | ||
Rotate windows arrangement 180 degrees at FRAME. | ||
Omitting FRAME means currently selected frame. | ||
\(fn &optional FRAME)" t nil) | ||
|
||
(fn &optional FRAME)" t) | ||
(autoload 'rotate-frame-clockwise "transpose-frame" "\ | ||
Rotate windows arrangement 90 degrees clockwise at FRAME. | ||
Omitting FRAME means currently selected frame. | ||
\(fn &optional FRAME)" t nil) | ||
|
||
(fn &optional FRAME)" t) | ||
(autoload 'rotate-frame-anticlockwise "transpose-frame" "\ | ||
Rotate windows arrangement 90 degrees anti-clockwise at FRAME. | ||
Omitting FRAME means currently selected frame. | ||
\(fn &optional FRAME)" t nil) | ||
(fn &optional FRAME)" t) | ||
(register-definition-prefixes "transpose-frame" '("transpose-frame-")) | ||
|
||
;;; End of scraped data | ||
|
||
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "transpose-frame" '("transpose-frame-"))) | ||
(provide 'transpose-frame-autoloads) | ||
|
||
;;;*** | ||
|
||
;; Local Variables: | ||
;; version-control: never | ||
;; no-byte-compile: t | ||
;; no-update-autoloads: t | ||
;; coding: utf-8 | ||
;; no-native-compile: t | ||
;; coding: utf-8-emacs-unix | ||
;; End: | ||
|
||
;;; transpose-frame-autoloads.el ends here |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
(define-package "transpose-frame" "20221109.2053" "Transpose windows arrangement in a frame" 'nil :commit "94c87794d53883a2358d13da264ad8dab9a52daa" :authors | ||
'(("S. Irie")) | ||
:maintainers | ||
'(("S. Irie")) | ||
:maintainer | ||
'("S. Irie") | ||
:keywords | ||
'("window")) | ||
;; Local Variables: | ||
;; no-byte-compile: t | ||
;; End: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters