diff options
author | Sean Allred <code@seanallred.com> | 2015-01-02 12:47:03 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-02 12:47:03 -0500 |
commit | cf97f4c691ff5a2ee001e1f22e2eed0d7f6a9df8 (patch) | |
tree | 2f521c8f35a9a65f9da02eab4ff83257aa0a0260 /sx-compose.el | |
parent | 542ddf73506c2c297106e4b3f4ec0a1d80a35ad8 (diff) | |
parent | 9a420bffcc426b4826f14ad1f62b5430750821df (diff) |
Merge branch 'master' into goto-map
Diffstat (limited to 'sx-compose.el')
-rw-r--r-- | sx-compose.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sx-compose.el b/sx-compose.el index 5201435..ab4a58d 100644 --- a/sx-compose.el +++ b/sx-compose.el @@ -149,7 +149,8 @@ respectively added locally to `sx-compose-before-send-hook' and (error "Invalid PARENT")) (let ((is-question (and (listp parent) - (cdr (assoc 'title parent))))) + (or (null parent) + (cdr (assoc 'title parent)))))) (with-current-buffer (sx-compose--get-buffer-create site parent) (sx-compose-mode) (setq sx-compose--send-function |