diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-05 16:09:37 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-05 16:09:37 -0200 |
commit | 51b5f280119745074e9d16042b5608f25cbb6e06 (patch) | |
tree | 707873aacca550bc7a477477288a28202f1e4576 /sx-compose.el | |
parent | f77495881d218a96a8b875e650a0d8acf0f36354 (diff) |
Turn sx-compose--question-headers into a defconst
Diffstat (limited to 'sx-compose.el')
-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" |