We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e445b2c commit b93380cCopy full SHA for b93380c
ace-window.el
@@ -420,10 +420,6 @@ LEAF is (PT . WND)."
420
ol))
421
wnd-list))))
422
423
-(define-obsolete-variable-alias
424
- 'aw-flip-keys 'aw--flip-keys "0.1.0"
425
- "Use `aw-dispatch-alist' instead.")
426
-
427
(defvar aw-dispatch-function 'aw-dispatch-default
428
"Function to call when a character not in `aw-keys' is pressed.")
429
@@ -636,9 +632,6 @@ https://github.com/abo-abo/ace-window/wiki/display-buffer."
636
632
"Select any window on frame and `tranpose-frame'."
637
633
(transpose-frame (window-frame w)))
638
634
639
-(define-obsolete-function-alias
640
- 'ace-maximize-window 'ace-delete-other-windows "0.10.0")
641
642
635
;;;###autoload
643
(defun ace-window (arg)
644
"Select a window.
0 commit comments