ace-window-posframe.el: map -> cl-map

Fixes #226
master
Oleh Krehel 4 years ago
parent e3e6ec105a
commit aec8fd680a
  1. 2
      ace-window-posframe.el

@ -24,7 +24,7 @@
(defun aw--remove-leading-chars-posframe ()
;; Hide rather than delete. See aw--lead-overlay-posframe for why.
(map nil #'posframe-hide aw--posframe-frames)
(cl-map nil #'posframe-hide aw--posframe-frames)
(setq aw--posframe-frames '()))
(defun ace-window-posframe-enable ()

Loading…
Cancel
Save