From 1cfc146e3a41c4c9f2e098d0dff5831cde5cc746 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 16 Jun 2018 00:39:20 +0200 Subject: [PATCH] Fix indentation of set-popup-rule!'s arguments --- modules/ui/popup/autoload/settings.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ui/popup/autoload/settings.el b/modules/ui/popup/autoload/settings.el index 9dbaf085f..ab5f4cecd 100644 --- a/modules/ui/popup/autoload/settings.el +++ b/modules/ui/popup/autoload/settings.el @@ -41,6 +41,7 @@ matched against the buffer's name) or b) a function that takes no arguments and returns a boolean. See `def-popups!' for defining multiple rules in bulk." + (declare (indent defun)) (+popup--define condition alist parameters) (when (bound-and-true-p +popup-mode) (setq display-buffer-alist +popup--display-buffer-alist))