]> git.eshelyaron.com Git - emacs.git/commitdiff
Move variable bindings to the bottom of each file
authorJohn Wiegley <johnw@newartisans.com>
Sat, 27 Jan 2018 22:07:11 +0000 (14:07 -0800)
committerJohn Wiegley <johnw@newartisans.com>
Sat, 27 Jan 2018 22:07:11 +0000 (14:07 -0800)
lisp/use-package/use-package-bind-key.el
lisp/use-package/use-package-chords.el
lisp/use-package/use-package-core.el
lisp/use-package/use-package-delight.el
lisp/use-package/use-package-diminish.el
lisp/use-package/use-package-ensure.el
lisp/use-package/use-package-jump.el
lisp/use-package/use-package-lint.el
lisp/use-package/use-package.el
test/lisp/use-package/use-package-tests.el

index 8c86ef5edfceeaa1590ee3b49e5bbbee49a58260..0f286c51c68240582586c61fa278cfb8fa08e5c2 100644 (file)
@@ -1,4 +1,4 @@
-;;; use-package-bind-key.el --- Support for the :bind/:bind-keymap keywords  -*- lexical-binding: t; -*-
+;;; use-package-bind-key.el --- Support for the :bind/:bind-keymap keywords
 
 ;; Copyright (C) 2012-2017 John Wiegley
 
@@ -166,4 +166,9 @@ deferred until the prefix key sequence is pressed."
 
 (provide 'use-package-bind-key)
 
+;; Local Variables:
+;; indent-tabs-mode: nil
+;; lexical-binding: t
+;; End:
+
 ;;; use-package-bind-key.el ends here
index 936ff228999cceadfaa3e98f6b0e11663019f00a..240da96eca1da115e6a690c710500f9dce85572c 100644 (file)
@@ -1,4 +1,4 @@
-;;; use-package-chords.el --- key-chord keyword for use-package  -*- lexical-binding: t; -*-
+;;; use-package-chords.el --- key-chord keyword for use-package
 
 ;; Copyright (C) 2015-2017 Justin Talbott
 
@@ -47,4 +47,9 @@
 
 (provide 'use-package-chords)
 
+;; Local Variables:
+;; indent-tabs-mode: nil
+;; lexical-binding: t
+;; End:
+
 ;;; use-package-chords.el ends here
index 9adebdf4bf0a87a3afd38e7c905981438c971c3a..9ec5d3b142203833ab8b902bd06f066defe38a5b 100644 (file)
@@ -1,4 +1,4 @@
-;;; use-package-core.el --- A configuration macro for simplifying your .emacs  -*- lexical-binding: t; -*-
+;;; use-package-core.el --- A configuration macro for simplifying your .emacs
 
 ;; Copyright (C) 2012-2017 John Wiegley
 
@@ -550,7 +550,7 @@ extending any keys already present."
            (nreverse
             (sort plist-grouped
                   #'(lambda (l r) (< (use-package-keyword-index (car l))
-                                (use-package-keyword-index (car r)))))))
+                                     (use-package-keyword-index (car r)))))))
         (setq result (cons (car x) (cons (cdr x) result))))
       result)))
 
@@ -754,7 +754,7 @@ no more than once."
     `((defvar ,loaded nil)
       (defvar ,result nil)
       (defvar ,next #'(lambda () (if ,loaded ,result
-                              (setq ,loaded t ,result ,arg))))
+                                   (setq ,loaded t ,result ,arg))))
       ,@(funcall f `((funcall ,next))))))
 
 (defsubst use-package-normalize-value (_label arg)
@@ -1536,6 +1536,7 @@ this file.  Usage:
 
 ;; Local Variables:
 ;; indent-tabs-mode: nil
+;; lexical-binding: t
 ;; End:
 
 ;;; use-package-core.el ends here
index 85d5c7cb4d6da57c8f902616a4f26e2da59f822e..ab2dad9bd0a35b59815f9783ab9772904c0c04ff 100644 (file)
@@ -1,4 +1,4 @@
-;;; use-package-delight.el --- Support for the :delight keyword  -*- lexical-binding: t; -*-
+;;; use-package-delight.el --- Support for the :delight keyword
 
 ;; Copyright (C) 2012-2017 John Wiegley
 
@@ -88,4 +88,9 @@
 
 (provide 'use-package-delight)
 
+;; Local Variables:
+;; indent-tabs-mode: nil
+;; lexical-binding: t
+;; End:
+
 ;;; use-package-delight.el ends here
index 1f3895f42cdd829b62c8e0e1078d351d3591d595..69b8dafc4c30e06103b5dbb8513657c90b51cfd5 100644 (file)
@@ -1,4 +1,4 @@
-;;; use-package-diminish.el --- Support for the :diminish keyword  -*- lexical-binding: t; -*-
+;;; use-package-diminish.el --- Support for the :diminish keyword
 
 ;; Copyright (C) 2012-2017 John Wiegley
 
@@ -77,4 +77,9 @@
 
 (provide 'use-package-diminish)
 
+;; Local Variables:
+;; indent-tabs-mode: nil
+;; lexical-binding: t
+;; End:
+
 ;;; use-package-diminish.el ends here
index 50005a9e9901980769e2ca386c835bef5e26dbd4..2d4e00e5c01f028fd3ef988527f75511a47ca0b6 100644 (file)
@@ -1,4 +1,4 @@
-;;; use-package-ensure.el --- Support for the :ensure and :pin keywords  -*- lexical-binding: t; -*-
+;;; use-package-ensure.el --- Support for the :ensure and :pin keywords
 
 ;; Copyright (C) 2012-2017 John Wiegley
 
@@ -211,4 +211,9 @@ manually updated package."
 
 (provide 'use-package-ensure)
 
+;; Local Variables:
+;; indent-tabs-mode: nil
+;; lexical-binding: t
+;; End:
+
 ;;; use-package-ensure.el ends here
index 4044ad165644e49005b34da6056f9166cbae0a91..60d3ef525bc00243bfd3f3c143ac200d5b0a3f15 100644 (file)
@@ -1,4 +1,4 @@
-;;; use-package-jump.el --- Attempt to jump to a use-package declaration  -*- lexical-binding: t; -*-
+;;; use-package-jump.el --- Attempt to jump to a use-package declaration
 
 ;; Copyright (C) 2012-2017 John Wiegley
 
@@ -76,4 +76,9 @@ instead."
 
 (provide 'use-package-jump)
 
+;; Local Variables:
+;; indent-tabs-mode: nil
+;; lexical-binding: t
+;; End:
+
 ;;; use-package-jump.el ends here
index c6e7c3c0ce2c308cb3ed07a99b88d3e80902f05a..54f5b759406c4bf3f2a84384a7f6a621936b9078 100644 (file)
@@ -1,4 +1,4 @@
-;;; use-package-lint.el --- Attempt to find errors in use-package declarations  -*- lexical-binding: t; -*-
+;;; use-package-lint.el --- Attempt to find errors in use-package declarations
 
 ;; Copyright (C) 2012-2017 John Wiegley
 
@@ -81,4 +81,9 @@ with the specified `:load-path' the module cannot be found."
 
 (provide 'use-package-lint)
 
+;; Local Variables:
+;; indent-tabs-mode: nil
+;; lexical-binding: t
+;; End:
+
 ;;; use-package-lint.el ends here
index 1a8fff895f635ee7b90cf885a3951952bd327c8b..4d1b56b6d6a46291164991d3ab2206492638f0a0 100644 (file)
@@ -1,4 +1,4 @@
-;;; use-package.el --- A configuration macro for simplifying your .emacs  -*- lexical-binding: t; -*-
+;;; use-package.el --- A configuration macro for simplifying your .emacs
 
 ;; Copyright (C) 2012-2017 John Wiegley
 
@@ -51,4 +51,9 @@
 
 (provide 'use-package)
 
+;; Local Variables:
+;; indent-tabs-mode: nil
+;; lexical-binding: t
+;; End:
+
 ;;; use-package.el ends here
index 55d9959fb10fab1c862550dacab877bad2dacb34..ec9c59be916c82d0f02c0cc44e9d8254ee220dba 100644 (file)
@@ -1,4 +1,4 @@
-;;; use-package-tests.el --- Tests for use-package.el  -*- lexical-binding: t; -*-
+;;; use-package-tests.el --- Tests for use-package.el
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
 
 ;; Local Variables:
 ;; indent-tabs-mode: nil
+;; lexical-binding: t
 ;; no-byte-compile: t
 ;; no-update-autoloads: t
 ;; End: