aboutsummaryrefslogtreecommitdiff
path: root/sx-time.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2015-01-04 18:52:24 -0500
committerSean Allred <code@seanallred.com>2015-01-04 18:52:24 -0500
commit92925e5bcde164275d10b5c597996d3f743c647c (patch)
tree38cb684bbca345c401ef37d524e7dfe31eea942d /sx-time.el
parentd3417ee55acc35a14ed71ccd69a593cfed3796bb (diff)
parenta812b209b24401827a7020051ac3726358795231 (diff)
Merge pull request #202 from vermiculus/issue-200-defconst
Use defconst instead of defvar where appropriate.
Diffstat (limited to 'sx-time.el')
-rw-r--r--sx-time.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-time.el b/sx-time.el
index 1d1267b..9fa0037 100644
--- a/sx-time.el
+++ b/sx-time.el
@@ -26,7 +26,7 @@
(require 'time-date)
-(defvar sx-time-seconds-to-string
+(defconst sx-time-seconds-to-string
;; (LIMIT NAME VALUE)
;; We use an entry if the number of seconds in question is less than
;; LIMIT, but more than the previous entry's LIMIT.