Skip to content

Commit

Permalink
popper: Revert type natnum to integer
Browse files Browse the repository at this point in the history
* popper.el (popper-mode-line-position): Revert type to integer since
natnum is not available in Emacs 26.1.
  • Loading branch information
karthink committed Sep 5, 2023
1 parent fe4f0b3 commit ecc01a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popper.el
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ the mode-line entirely from popup buffers."

(defcustom popper-mode-line-position 0
"Position in mode-line to place `popper-mode-line'."
:type 'natnum)
:type 'integer)

(defcustom popper-display-control t
"Whether popper should control the placement of popup windows.
Expand Down

0 comments on commit ecc01a4

Please sign in to comment.