From f9190c08bfb908df1df3cc49ee2ecec4b360d42c Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 14 Sep 2019 01:55:53 -0400 Subject: [PATCH] Remove unused argument in doom/narrow-buffer-indirectly --- core/autoload/ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/autoload/ui.el b/core/autoload/ui.el index 060a49237..2024b5d21 100644 --- a/core/autoload/ui.el +++ b/core/autoload/ui.el @@ -171,7 +171,7 @@ OPACITY is an integer between 0 to 100, inclusive." (defvar doom--narrowed-base-buffer nil) ;;;###autoload -(defun doom/narrow-buffer-indirectly (beg end &optional clone-p) +(defun doom/narrow-buffer-indirectly (beg end) "Restrict editing in this buffer to the current region, indirectly. This recursively creates indirect clones of the current buffer so that the