diff options
author | Sean Allred <code@seanallred.com> | 2014-11-27 18:41:09 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-27 18:41:09 -0500 |
commit | 753ee36a9b1dc17804198d461ca660a65eeff0e9 (patch) | |
tree | 620233e0f0a6e566dae9d57fe2f719453d3213ee /sx-interaction.el | |
parent | b3bfa272a9e27f0e87c0a815520221ef1dbf789f (diff) |
File header normalization
Diffstat (limited to 'sx-interaction.el')
-rw-r--r-- | sx-interaction.el | 6 |
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: |