|
|
|
@ -69,6 +69,7 @@ |
|
|
|
(const :tag "frame" frame))) |
|
|
|
(const :tag "frame" frame))) |
|
|
|
|
|
|
|
|
|
|
|
;; ——— Macros —————————————————————————————————————————————————————————————————— |
|
|
|
;; ——— Macros —————————————————————————————————————————————————————————————————— |
|
|
|
|
|
|
|
;;;###autoload |
|
|
|
(defmacro aw-generic (mode-line handler) |
|
|
|
(defmacro aw-generic (mode-line handler) |
|
|
|
"Create a window-manipulating function. |
|
|
|
"Create a window-manipulating function. |
|
|
|
MODE-LINE is a string to display while a window is being selected. |
|
|
|
MODE-LINE is a string to display while a window is being selected. |
|
|
|
|