aboutsummaryrefslogtreecommitdiff
path: root/sx-interaction.el
diff options
context:
space:
mode:
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 5f3ece6..a50e718 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
;; Copyright (C) 2014 Artur Malabarba
@@ -196,3 +196,7 @@ OBJECT can be a question or an answer."
(provide 'sx-interaction)
;;; sx-interaction.el ends here
+
+;; Local Variables:
+;; lexical-binding: t
+;; End: