branch: externals/gnorb
commit 8c2fb151879f681a2e933f03c9456f0994ceb030
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
nngnorb.el: Handle non-existent nnir-tmp-buffer
* nngnorb.el (gnorb-summary-minor-mode): Apparently that buffer might
not exist at this point.
---
nngnorb.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nngnorb.el b/nngnorb.el
index 9d03e14..bb0ddfd 100644
--- a/nngnorb.el
+++ b/nngnorb.el
@@ -183,7 +183,7 @@ continue to provide tracking of sent messages."
;; this summary buffer.
(buffer-local-value
'nngnorb-attachment-file-list
- (get-buffer nnir-tmp-buffer))))
+ (get-buffer-create nnir-tmp-buffer))))
(define-key gnorb-summary-minor-mode-map
[remap gnus-summary-exit]