From 60f6418db230bf7246343a04382d4bf573d8bb14 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 8 Aug 2018 21:38:58 +0200 Subject: [PATCH] lang/org: Rename +org-capture-window-params These are frame parameters; it is incorrect to call them window parameters. --- modules/lang/org/autoload/org-capture.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/lang/org/autoload/org-capture.el b/modules/lang/org/autoload/org-capture.el index 29dfd9d9c..d6c51c890 100644 --- a/modules/lang/org/autoload/org-capture.el +++ b/modules/lang/org/autoload/org-capture.el @@ -6,7 +6,7 @@ ;; --- External frame --------------------- ;;;###autoload -(defvar +org-capture-window-params +(defvar +org-capture-frame-parameters `((name . "org-capture") (width . 70) (height . 25) @@ -43,7 +43,7 @@ you're done. This can be called from an external shell script." (frame (if (+org-capture-frame-p) (selected-frame) (let (before-make-frame-hook after-make-frame-functions) - (make-frame +org-capture-window-params))))) + (make-frame +org-capture-frame-parameters))))) (with-selected-frame frame (require 'org-capture) (condition-case ex