branch: elpa/gptel commit 7425ec9f6c3ec5627b15b6c218650f9cccecaa95 Author: Henrik Ahlgren <pa...@seestieto.com> Commit: GitHub <nore...@github.com>
gptel-transient: Fix face related bug (#638) * gptel-transient (gptel-menu): Fix a slight bug introduced in commit edf834a ("Provide description of send action") where an extra quote (') caused error "Invalid face reference: quote" to appear in *Messages* and the "Context" heading to have incorrect face (color). --- gptel-transient.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gptel-transient.el b/gptel-transient.el index 02d767518d..669a5319c4 100644 --- a/gptel-transient.el +++ b/gptel-transient.el @@ -556,7 +556,7 @@ Also format its value in the Transient menu." (gptel--infix-add-directive)] [:pad-keys t "" (:info #'gptel--describe-infix-context - :face 'transient-heading :format "%d") + :face transient-heading :format "%d") (gptel--infix-context-add-region) (gptel--infix-context-add-buffer) (gptel--infix-context-add-file)