diff --git a/elpa/exec-path-from-shell-20170508.4/exec-path-from-shell-pkg.el b/elpa/exec-path-from-shell-20170508.4/exec-path-from-shell-pkg.el deleted file mode 100644 index 3703a14..0000000 --- a/elpa/exec-path-from-shell-20170508.4/exec-path-from-shell-pkg.el +++ /dev/null @@ -1,2 +0,0 @@ -;;; -*- no-byte-compile: t -*- -(define-package "exec-path-from-shell" "20170508.4" "Get environment variables such as $PATH from the shell" 'nil :commit "5e355fbc50913d1ffe48bf86df0bcecd8b369ffb" :url "https://github.com/purcell/exec-path-from-shell" :keywords '("environment")) diff --git a/elpa/exec-path-from-shell-20170508.4/exec-path-from-shell-autoloads.el b/elpa/exec-path-from-shell-20180224.1916/exec-path-from-shell-autoloads.el similarity index 97% rename from elpa/exec-path-from-shell-20170508.4/exec-path-from-shell-autoloads.el rename to elpa/exec-path-from-shell-20180224.1916/exec-path-from-shell-autoloads.el index 4083900..245ba0b 100644 --- a/elpa/exec-path-from-shell-20170508.4/exec-path-from-shell-autoloads.el +++ b/elpa/exec-path-from-shell-20180224.1916/exec-path-from-shell-autoloads.el @@ -4,7 +4,7 @@ (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path)))) ;;;### (autoloads nil "exec-path-from-shell" "exec-path-from-shell.el" -;;;;;; (22911 3932 648589 906000)) +;;;;;; (23194 22920 277259 350000)) ;;; Generated autoloads from exec-path-from-shell.el (autoload 'exec-path-from-shell-copy-envs "exec-path-from-shell" "\ diff --git a/elpa/exec-path-from-shell-20180224.1916/exec-path-from-shell-pkg.el b/elpa/exec-path-from-shell-20180224.1916/exec-path-from-shell-pkg.el new file mode 100644 index 0000000..7eebc91 --- /dev/null +++ b/elpa/exec-path-from-shell-20180224.1916/exec-path-from-shell-pkg.el @@ -0,0 +1,2 @@ +;;; -*- no-byte-compile: t -*- +(define-package "exec-path-from-shell" "20180224.1916" "Get environment variables such as $PATH from the shell" 'nil :commit "885b3de9bb6365771dd09f5267f6ff843d5109e8" :url "https://github.com/purcell/exec-path-from-shell" :keywords '("unix" "environment")) diff --git a/elpa/exec-path-from-shell-20170508.4/exec-path-from-shell.el b/elpa/exec-path-from-shell-20180224.1916/exec-path-from-shell.el similarity index 98% rename from elpa/exec-path-from-shell-20170508.4/exec-path-from-shell.el rename to elpa/exec-path-from-shell-20180224.1916/exec-path-from-shell.el index 2bec881..49d6714 100644 --- a/elpa/exec-path-from-shell-20170508.4/exec-path-from-shell.el +++ b/elpa/exec-path-from-shell-20180224.1916/exec-path-from-shell.el @@ -3,9 +3,9 @@ ;; Copyright (C) 2012-2014 Steve Purcell ;; Author: Steve Purcell -;; Keywords: environment +;; Keywords: unix, environment ;; URL: https://github.com/purcell/exec-path-from-shell -;; Package-Version: 20170508.4 +;; Package-Version: 20180224.1916 ;; Package-X-Original-Version: 0 ;; This file is not part of GNU Emacs. @@ -132,7 +132,7 @@ The default value denotes an interactive login shell." (apply 'message msg args))) (defun exec-path-from-shell--standard-shell-p (shell) - "Return non-nil iff the shell supports the standard ${VAR-default} syntax." + "Return non-nil iff SHELL supports the standard ${VAR-default} syntax." (not (string-match "\\(fish\\|t?csh\\)$" shell))) (defun exec-path-from-shell-printf (str &optional args) @@ -262,7 +262,6 @@ values used in the user's shell." ;; Local Variables: ;; coding: utf-8 ;; indent-tabs-mode: nil -;; mangle-whitespace: t ;; require-final-newline: t ;; checkdoc-minor-mode: t ;; End: diff --git a/elpa/hydra-20180201.846/hydra-autoloads.el b/elpa/hydra-20180226.1116/hydra-autoloads.el similarity index 95% rename from elpa/hydra-20180201.846/hydra-autoloads.el rename to elpa/hydra-20180226.1116/hydra-autoloads.el index f5deb33..769737e 100644 --- a/elpa/hydra-20180201.846/hydra-autoloads.el +++ b/elpa/hydra-20180226.1116/hydra-autoloads.el @@ -3,7 +3,7 @@ ;;; Code: (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path)))) -;;;### (autoloads nil "hydra" "hydra.el" (23179 13926 352819 118000)) +;;;### (autoloads nil "hydra" "hydra.el" (23194 22908 273187 855000)) ;;; Generated autoloads from hydra.el (autoload 'defhydra "hydra" "\ @@ -65,7 +65,7 @@ result of `defhydra'. ;;;*** ;;;### (autoloads nil nil ("hydra-examples.el" "hydra-ox.el" "hydra-pkg.el" -;;;;;; "lv.el") (23179 13926 364819 184000)) +;;;;;; "lv.el") (23194 22908 285187 927000)) ;;;*** diff --git a/elpa/hydra-20180201.846/hydra-examples.el b/elpa/hydra-20180226.1116/hydra-examples.el similarity index 100% rename from elpa/hydra-20180201.846/hydra-examples.el rename to elpa/hydra-20180226.1116/hydra-examples.el diff --git a/elpa/hydra-20180201.846/hydra-ox.el b/elpa/hydra-20180226.1116/hydra-ox.el similarity index 100% rename from elpa/hydra-20180201.846/hydra-ox.el rename to elpa/hydra-20180226.1116/hydra-ox.el diff --git a/elpa/hydra-20180201.846/hydra-pkg.el b/elpa/hydra-20180226.1116/hydra-pkg.el similarity index 64% rename from elpa/hydra-20180201.846/hydra-pkg.el rename to elpa/hydra-20180226.1116/hydra-pkg.el index a501a78..38ac107 100644 --- a/elpa/hydra-20180201.846/hydra-pkg.el +++ b/elpa/hydra-20180226.1116/hydra-pkg.el @@ -1,4 +1,4 @@ -(define-package "hydra" "20180201.846" "Make bindings that stick around." +(define-package "hydra" "20180226.1116" "Make bindings that stick around." '((cl-lib "0.5")) :url "https://github.com/abo-abo/hydra" :keywords '("bindings")) diff --git a/elpa/hydra-20180201.846/hydra.el b/elpa/hydra-20180226.1116/hydra.el similarity index 99% rename from elpa/hydra-20180201.846/hydra.el rename to elpa/hydra-20180226.1116/hydra.el index c8b4ce1..7d3689e 100644 --- a/elpa/hydra-20180201.846/hydra.el +++ b/elpa/hydra-20180226.1116/hydra.el @@ -794,6 +794,7 @@ BODY-AFTER-EXIT is added to the end of the wrapper." `(defun ,cmd-name () ,doc (interactive) + (require 'hydra) (hydra-default-pre) ,@(when body-pre (list body-pre)) ,@(if (hydra--head-property head :exit) diff --git a/elpa/hydra-20180201.846/lv.el b/elpa/hydra-20180226.1116/lv.el similarity index 100% rename from elpa/hydra-20180201.846/lv.el rename to elpa/hydra-20180226.1116/lv.el