diff options
-rw-r--r-- | sx-compose.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-compose.el b/sx-compose.el index ee4f774..0e5e35f 100644 --- a/sx-compose.el +++ b/sx-compose.el @@ -67,7 +67,7 @@ succeeds.") Is invoked between `sx-compose-before-send-hook' and `sx-compose-after-send-functions'.") -(defvar sx-compose--question-headers +(defconst sx-compose--question-headers (concat #("Title: " 0 7 (intangible t read-only t rear-nonsticky t)) "%s" |