aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-27 18:41:09 -0500
committerSean Allred <code@seanallred.com>2014-11-27 18:41:09 -0500
commit753ee36a9b1dc17804198d461ca660a65eeff0e9 (patch)
tree620233e0f0a6e566dae9d57fe2f719453d3213ee
parentb3bfa272a9e27f0e87c0a815520221ef1dbf789f (diff)
File header normalization
-rw-r--r--sx-auth.el3
-rw-r--r--sx-favorites.el3
-rw-r--r--sx-filter.el3
-rw-r--r--sx-interaction.el6
-rw-r--r--sx-networks.el3
-rw-r--r--sx-question-list.el6
-rw-r--r--sx-question-mode.el2
-rw-r--r--sx-request.el6
-rw-r--r--sx-site.el3
-rw-r--r--sx-tab.el6
-rw-r--r--sx.el2
11 files changed, 32 insertions, 11 deletions
diff --git a/sx-auth.el b/sx-auth.el
index b6c0411..bfa805a 100644
--- a/sx-auth.el
+++ b/sx-auth.el
@@ -1,4 +1,4 @@
-;;; sx-auth.el --- user authentication -*- lexical-binding: t; -*-
+;;; sx-auth.el --- user authentication
;; Copyright (C) 2014 Sean Allred
@@ -183,4 +183,5 @@ removed those properties."
;; Local Variables:
;; indent-tabs-mode: nil
+;; lexical-binding: t
;; End:
diff --git a/sx-favorites.el b/sx-favorites.el
index d957167..d5c5a4f 100644
--- a/sx-favorites.el
+++ b/sx-favorites.el
@@ -1,4 +1,4 @@
-;;; sx-favorites.el --- Starred questions -*- lexical-binding: t; -*-
+;;; sx-favorites.el --- starred questions
;; Copyright (C) 2014 Sean Allred
@@ -79,4 +79,5 @@ Writes list to cache QUESTION-FAVORITES."
;; Local Variables:
;; indent-tabs-mode: nil
+;; lexical-binding: t
;; End:
diff --git a/sx-filter.el b/sx-filter.el
index 38084b9..d973f2a 100644
--- a/sx-filter.el
+++ b/sx-filter.el
@@ -1,4 +1,4 @@
-;;; sx-filter.el --- filters -*- lexical-binding: t; -*-
+;;; sx-filter.el --- filters
;; Copyright (C) 2014 Sean Allred
@@ -86,4 +86,5 @@ return the compiled filter."
;; Local Variables:
;; indent-tabs-mode: nil
+;; lexical-binding: t
;; End:
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:
diff --git a/sx-networks.el b/sx-networks.el
index e4660af..dda6dd5 100644
--- a/sx-networks.el
+++ b/sx-networks.el
@@ -1,4 +1,4 @@
-;;; sx-networks.el --- user network information -*- lexical-binding: t; -*-
+;;; sx-networks.el --- user network information
;; Copyright (C) 2014 Sean Allred
@@ -104,4 +104,5 @@ list of sites the user is active on."
;; Local Variables:
;; indent-tabs-mode: nil
+;; lexical-binding: t
;; End:
diff --git a/sx-question-list.el b/sx-question-list.el
index 9709b99..7caa03d 100644
--- a/sx-question-list.el
+++ b/sx-question-list.el
@@ -1,4 +1,4 @@
-;;; sx-question-list.el --- Major-mode for navigating questions list. -*- lexical-binding: t; -*-
+;;; sx-question-list.el --- major-mode for navigating questions list
;; Copyright (C) 2014 Artur Malabarba
@@ -540,3 +540,7 @@ Sets `sx-question-list--site' and then call
(provide 'sx-question-list)
;;; sx-question-list.el ends here
+
+;; Local Variables:
+;; lexical-binding: t
+;; End:
diff --git a/sx-question-mode.el b/sx-question-mode.el
index 6dc8395..c3e7eac 100644
--- a/sx-question-mode.el
+++ b/sx-question-mode.el
@@ -1,4 +1,4 @@
-;;; sx-question-mode.el --- Creating the buffer that displays questions
+;;; sx-question-mode.el --- major-mode for displaying questions
;; Copyright (C) 2014 Artur Malabarba
diff --git a/sx-request.el b/sx-request.el
index a98af5a..b6c468b 100644
--- a/sx-request.el
+++ b/sx-request.el
@@ -1,4 +1,4 @@
-;;; sx-request.el --- requests and url manipulation -*- lexical-binding: t; -*-
+;;; sx-request.el --- requests and url manipulation
;; Copyright (C) 2014 Sean Allred
@@ -204,3 +204,7 @@ false, use the symbol `false'. Each element is processed with
(provide 'sx-request)
;;; sx-request.el ends here
+
+;; Local Variables:
+;; lexical-binding: t
+;; End:
diff --git a/sx-site.el b/sx-site.el
index 8bd4fc0..df02f7e 100644
--- a/sx-site.el
+++ b/sx-site.el
@@ -1,4 +1,4 @@
-;;; sx-site.el --- browsing sites -*- lexical-binding: t; -*-
+;;; sx-site.el --- browsing sites
;; Copyright (C) 2014 Sean Allred
@@ -70,4 +70,5 @@ api_site_parameter."
;; Local Variables:
;; indent-tabs-mode: nil
+;; lexical-binding: t
;; End:
diff --git a/sx-tab.el b/sx-tab.el
index 154a90f..bbbdb79 100644
--- a/sx-tab.el
+++ b/sx-tab.el
@@ -1,4 +1,4 @@
-;;; sx-tab.el --- Functions for viewing different tabs. -*- lexical-binding: t; -*-
+;;; sx-tab.el --- functions for viewing different tabs
;; Copyright (C) 2014 Artur Malabarba
@@ -100,3 +100,7 @@ If SITE is nil, use `sx-tab-default-site'."
(provide 'sx-tab)
;;; sx-tab.el ends here
+
+;; Local Variables:
+;; lexical-binding: t
+;; End:
diff --git a/sx.el b/sx.el
index 0fe98c7..b468762 100644
--- a/sx.el
+++ b/sx.el
@@ -1,4 +1,4 @@
-;;; sx.el --- core functions of the sx package.
+;;; sx.el --- core functions
;; Copyright (C) 2014 Sean Allred