Skip to content

Commit

Permalink
Remove obsolete purpose-conf argument for good
Browse files Browse the repository at this point in the history
Now that emacs 25 is the minimum version supported this should not cause any more problems.
  • Loading branch information
sdwolfz committed Jun 20, 2018
1 parent 6b4a79d commit bb013ef
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,7 @@ Popwin's settings are taken from `popwin:special-display-config'."
(cond ((symbolp pattern) mode-purposes)
((plist-get settings :regexp) regexp-purposes)
(t name-purposes))))
;; "pupo" argument is obsolete in Emacs 25, but still mandatory in 24.5 (see
;; https://github.com/syl20bnr/spacemacs/issues/9583)
(purpose-conf "pupo"
:mode-purposes mode-purposes
(purpose-conf :mode-purposes mode-purposes
:name-purposes name-purposes
:regexp-purposes regexp-purposes)))

Expand Down

0 comments on commit bb013ef

Please sign in to comment.