aboutsummaryrefslogtreecommitdiff
path: root/sx-interaction.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2015-01-04 17:12:01 -0500
committerSean Allred <code@seanallred.com>2015-01-04 17:12:01 -0500
commit041417762eac65c3adb5c4f4b38f3db11f618363 (patch)
tree7420f52f4fea7dc5e1beeb9540e2e59c56ec3418 /sx-interaction.el
parent1afeaf67be32a8ef1599452d09b4cf7b326d0954 (diff)
parent8b0089451d971020d5da6b419278dd0fa12a44ae (diff)
Merge branch 'organize' of github.com:vermiculus/sx.el into organize
Conflicts: sx-cache.el sx-encoding.el sx-favorites.el sx-filter.el sx-interaction.el sx-method.el sx-question-list.el sx-question-mode.el sx-question-print.el sx-question.el sx-tab.el sx-time.el sx.el
Diffstat (limited to 'sx-interaction.el')
-rw-r--r--sx-interaction.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/sx-interaction.el b/sx-interaction.el
index acb4a77..4d71c17 100644
--- a/sx-interaction.el
+++ b/sx-interaction.el
@@ -1,4 +1,4 @@
-;;; sx-interaction.el --- voting, commenting, and otherwise interacting with questions -*- lexical-binding: t; -*-
+;;; sx-interaction.el --- voting, commenting, and other interaction -*- lexical-binding: t; -*-
;; Copyright (C) 2014 Artur Malabarba
@@ -443,3 +443,7 @@ context at point. "
(provide 'sx-interaction)
;;; sx-interaction.el ends here
+
+;; Local Variables:
+;; indent-tabs-mode: nil
+;; End: