branch: externals/cursory
commit f41a0113cc48dd15323cd552d8298d05d7ee8d18
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Remove trailing parenthesis
---
 cursory.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cursory.el b/cursory.el
index 1a5f991e68..e81eda0bce 100644
--- a/cursory.el
+++ b/cursory.el
@@ -153,7 +153,7 @@ Can be assigned to `kill-emacs-hook'."
                  "lisp-data"
                "emacs-lisp")
              " -*-\n"))
-      (pp (intern (car cursory--style-hist)) (current-buffer)))))
+      (pp (intern (car cursory--style-hist)) (current-buffer))))
 
 (defvar cursory-recovered-preset nil
   "Recovered value of latest store cursor preset.")

Reply via email to