Commit c2bf85eba6dd

Vincent Demeester <vincent@sbr.pm>
2017-03-13 10:36:48
Update elpa packages
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 8eaefe2
Changed files (1319)
.emacs.d
elpa
dired-narrow-20170309.329
editorconfig-20170309.2006
flycheck-20170309.145
git-commit-20170308.146
ivy-20170312.844
ivy-hydra-20170302.1033
magit-20170311.925
magit-popup-20170308.146
yasnippet-20170310.1724
snippets
antlr-mode
applescript-mode
c++-mode
c-mode
cc-mode
chef-mode
clojure-mode
cmake-mode
conf-unix-mode
cperl-mode
cpp-omnet-mode
csharp-mode
css-mode
dix-mode
elixir-mode
emacs-lisp-mode
erc-mode
erlang-mode
f90-mode
faust-mode
git-commit-mode
go-mode
groovy-mode
haskell-mode
html-mode
java-mode
js-mode
latex-mode
lisp-interaction-mode
lisp-mode
lua-mode
m4-mode
makefile-automake-mode
makefile-bsdmake-mode
makefile-gmake-mode
makefile-mode
malabar-mode
markdown-mode
ned-mode
nesc-mode
nix-mode
nsis-mode
nxml-mode
octave-mode
org-mode
perl-mode
prog-mode
python-mode
rst-mode
ruby-mode
rust-mode
scala-mode
sh-mode
snippet-mode
sql-mode
text-mode
tuareg-mode
udev-mode
yaml-mode
.emacs.d/elpa/dired-narrow-20160918.740/dired-narrow-autoloads.el → .emacs.d/elpa/dired-narrow-20170309.329/dired-narrow-autoloads.el
@@ -3,8 +3,8 @@
 ;;; Code:
 (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
 
-;;;### (autoloads nil "dired-narrow" "dired-narrow.el" (22712 4598
-;;;;;;  319691 399000))
+;;;### (autoloads nil "dired-narrow" "dired-narrow.el" (22725 53743
+;;;;;;  166592 209000))
 ;;; Generated autoloads from dired-narrow.el
 
 (autoload 'dired-narrow-regexp "dired-narrow" "\
.emacs.d/elpa/dired-narrow-20160918.740/dired-narrow-pkg.el → .emacs.d/elpa/dired-narrow-20170309.329/dired-narrow-pkg.el
@@ -1,2 +1,2 @@
 ;;; -*- no-byte-compile: t -*-
-(define-package "dired-narrow" "20160918.740" "Live-narrowing of search results for dired" '((dash "2.7.0") (dired-hacks-utils "0.0.1")) :keywords '("files"))
+(define-package "dired-narrow" "20170309.329" "Live-narrowing of search results for dired" '((dash "2.7.0") (dired-hacks-utils "0.0.1")) :keywords '("files"))
.emacs.d/elpa/dired-narrow-20160918.740/dired-narrow.el → .emacs.d/elpa/dired-narrow-20170309.329/dired-narrow.el
@@ -5,7 +5,7 @@
 ;; Author: Matúš Goljer <matus.goljer@gmail.com>
 ;; Maintainer: Matúš Goljer <matus.goljer@gmail.com>
 ;; Version: 0.0.1
-;; Package-Version: 20160918.740
+;; Package-Version: 20170309.329
 ;; Created: 14th February 2014
 ;; Package-requires: ((dash "2.7.0") (dired-hacks-utils "0.0.1"))
 ;; Keywords: files
@@ -38,10 +38,11 @@
 ;; available.  You can customize the binding by changing
 ;; `dired-narrow-map'.
 
-;; * `dired-narrow-next-file' (<down>) - move the point to the next file
-;; * `dired-narrow-previous-file' (<up>) - move the point to the
+;; * `dired-narrow-next-file' (<down> or C-n) - move the point to the
+;;   next file
+;; * `dired-narrow-previous-file' (<up> or C-p) - move the point to the
 ;;   previous file
-;; * `dired-narrow-enter-directory' (<right>) - descend into the
+;; * `dired-narrow-enter-directory' (<right> or C-j) - descend into the
 ;;   directory under point and immediately go back to narrowing mode
 
 ;; You can customize what happens after exiting the live filtering
@@ -81,6 +82,9 @@
     (define-key map (kbd "<up>") 'dired-narrow-previous-file)
     (define-key map (kbd "<down>") 'dired-narrow-next-file)
     (define-key map (kbd "<right>") 'dired-narrow-enter-directory)
+    (define-key map (kbd "C-p") 'dired-narrow-previous-file)
+    (define-key map (kbd "C-n") 'dired-narrow-next-file)
+    (define-key map (kbd "C-j") 'dired-narrow-enter-directory)
     (define-key map (kbd "C-g") 'minibuffer-keyboard-quit)
     (define-key map (kbd "RET") 'exit-minibuffer)
     (define-key map (kbd "<return>") 'exit-minibuffer)
@@ -117,7 +121,7 @@ Units are seconds."
 (defface dired-narrow-blink
   '((t :background "#eadc62"
        :foreground "black"))
-  "The face used to highlight a chosen file 
+  "The face used to highlight a chosen file
 when `dired-narrow-exit-when-one-left' and `dired-narrow-enable-blinking' are true."
   :group 'dired-narrow)
 
.emacs.d/elpa/dired-narrow-20160918.740/dired-narrow.elc → .emacs.d/elpa/dired-narrow-20170309.329/dired-narrow.elc
Binary file
.emacs.d/elpa/editorconfig-20170222.2141/editorconfig-autoloads.el → .emacs.d/elpa/editorconfig-20170309.2006/editorconfig-autoloads.el
@@ -3,8 +3,8 @@
 ;;; Code:
 (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
 
-;;;### (autoloads nil "editorconfig" "editorconfig.el" (22712 4656
-;;;;;;  195307 57000))
+;;;### (autoloads nil "editorconfig" "editorconfig.el" (22725 53742
+;;;;;;  489614 133000))
 ;;; Generated autoloads from editorconfig.el
 
 (autoload 'editorconfig-display-current-properties "editorconfig" "\
@@ -40,7 +40,7 @@ mode is not listed in `editorconfig-exclude-modes'.
 ;;;***
 
 ;;;### (autoloads nil "editorconfig-conf-mode" "editorconfig-conf-mode.el"
-;;;;;;  (22712 4656 193307 70000))
+;;;;;;  (22725 53742 478614 489000))
 ;;; Generated autoloads from editorconfig-conf-mode.el
 
 (autoload 'editorconfig-conf-mode "editorconfig-conf-mode" "\
@@ -53,7 +53,7 @@ Major mode for editing .editorconfig files.
 ;;;***
 
 ;;;### (autoloads nil "editorconfig-core" "editorconfig-core.el"
-;;;;;;  (22712 4656 192307 77000))
+;;;;;;  (22725 53742 473614 651000))
 ;;; Generated autoloads from editorconfig-core.el
 
 (autoload 'editorconfig-core-get-properties "editorconfig-core" "\
@@ -81,7 +81,7 @@ hash object instead.
 ;;;***
 
 ;;;### (autoloads nil "editorconfig-fnmatch" "editorconfig-fnmatch.el"
-;;;;;;  (22712 4656 189307 97000))
+;;;;;;  (22725 53742 466614 878000))
 ;;; Generated autoloads from editorconfig-fnmatch.el
 
 (autoload 'editorconfig-fnmatch-p "editorconfig-fnmatch" "\
@@ -105,7 +105,7 @@ be used:
 ;;;***
 
 ;;;### (autoloads nil nil ("editorconfig-core-handle.el" "editorconfig-pkg.el")
-;;;;;;  (22712 4656 196307 50000))
+;;;;;;  (22725 53742 495613 938000))
 
 ;;;***
 
.emacs.d/elpa/editorconfig-20170222.2141/editorconfig-conf-mode.el → .emacs.d/elpa/editorconfig-20170309.2006/editorconfig-conf-mode.el
File renamed without changes
.emacs.d/elpa/editorconfig-20170222.2141/editorconfig-conf-mode.elc → .emacs.d/elpa/editorconfig-20170309.2006/editorconfig-conf-mode.elc
File renamed without changes
.emacs.d/elpa/editorconfig-20170222.2141/editorconfig-core-handle.el → .emacs.d/elpa/editorconfig-20170309.2006/editorconfig-core-handle.el
File renamed without changes
.emacs.d/elpa/editorconfig-20170222.2141/editorconfig-core-handle.elc → .emacs.d/elpa/editorconfig-20170309.2006/editorconfig-core-handle.elc
File renamed without changes
.emacs.d/elpa/editorconfig-20170222.2141/editorconfig-core.el → .emacs.d/elpa/editorconfig-20170309.2006/editorconfig-core.el
File renamed without changes
.emacs.d/elpa/editorconfig-20170222.2141/editorconfig-core.elc → .emacs.d/elpa/editorconfig-20170309.2006/editorconfig-core.elc
File renamed without changes
.emacs.d/elpa/editorconfig-20170222.2141/editorconfig-fnmatch.el → .emacs.d/elpa/editorconfig-20170309.2006/editorconfig-fnmatch.el
File renamed without changes
.emacs.d/elpa/editorconfig-20170222.2141/editorconfig-fnmatch.elc → .emacs.d/elpa/editorconfig-20170309.2006/editorconfig-fnmatch.elc
File renamed without changes
.emacs.d/elpa/editorconfig-20170222.2141/editorconfig-pkg.el → .emacs.d/elpa/editorconfig-20170309.2006/editorconfig-pkg.el
@@ -1,4 +1,4 @@
-(define-package "editorconfig" "20170222.2141" "EditorConfig Emacs Plugin"
+(define-package "editorconfig" "20170309.2006" "EditorConfig Emacs Plugin"
   '((cl-lib "0.5"))
   :url "https://github.com/editorconfig/editorconfig-emacs#readme")
 ;; Local Variables:
.emacs.d/elpa/editorconfig-20170222.2141/editorconfig.el → .emacs.d/elpa/editorconfig-20170309.2006/editorconfig.el
@@ -454,7 +454,13 @@ applies available properties."
               (editorconfig-set-trailing-nl (gethash 'insert_final_newline props))
               (editorconfig-set-trailing-ws (gethash 'trim_trailing_whitespace props))
               (editorconfig-set-line-length (gethash 'max_line_length props))
-              (run-hook-with-args 'editorconfig-custom-hooks props))))
+              (condition-case err
+                  (run-hook-with-args 'editorconfig-custom-hooks props)
+                (error
+                 (display-warning 'editorconfig-custom-hooks
+                                  (concat (error-message-string err)
+                                          ". Stop running hook.")
+                                  :warning))))))
       (error
        (display-warning 'editorconfig
                         (concat (error-message-string err)
.emacs.d/elpa/editorconfig-20170222.2141/editorconfig.elc → .emacs.d/elpa/editorconfig-20170309.2006/editorconfig.elc
Binary file
.emacs.d/elpa/flycheck-20170223.247/flycheck-autoloads.el → .emacs.d/elpa/flycheck-20170309.145/flycheck-autoloads.el
@@ -3,8 +3,8 @@
 ;;; Code:
 (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
 
-;;;### (autoloads nil "flycheck" "flycheck.el" (22712 4654 705316
-;;;;;;  953000))
+;;;### (autoloads nil "flycheck" "flycheck.el" (22725 53740 86691
+;;;;;;  952000))
 ;;; Generated autoloads from flycheck.el
 
 (autoload 'flycheck-manual "flycheck" "\
@@ -228,7 +228,7 @@ Use this together with the `option', `option-list' and
 ;;;***
 
 ;;;### (autoloads nil nil ("flycheck-buttercup.el" "flycheck-ert.el"
-;;;;;;  "flycheck-pkg.el") (22712 4654 704316 959000))
+;;;;;;  "flycheck-pkg.el") (22725 53740 80692 146000))
 
 ;;;***
 
.emacs.d/elpa/flycheck-20170223.247/flycheck-buttercup.el → .emacs.d/elpa/flycheck-20170309.145/flycheck-buttercup.el
File renamed without changes
.emacs.d/elpa/flycheck-20170223.247/flycheck-ert.el → .emacs.d/elpa/flycheck-20170309.145/flycheck-ert.el
File renamed without changes
.emacs.d/elpa/flycheck-20170223.247/flycheck-ert.elc → .emacs.d/elpa/flycheck-20170309.145/flycheck-ert.elc
Binary file
.emacs.d/elpa/flycheck-20170223.247/flycheck-pkg.el → .emacs.d/elpa/flycheck-20170309.145/flycheck-pkg.el
@@ -1,4 +1,4 @@
-(define-package "flycheck" "20170223.247" "On-the-fly syntax checking"
+(define-package "flycheck" "20170309.145" "On-the-fly syntax checking"
   '((dash "2.12.1")
     (pkg-info "0.4")
     (let-alist "1.0.4")
.emacs.d/elpa/flycheck-20170223.247/flycheck.el → .emacs.d/elpa/flycheck-20170309.145/flycheck.el
@@ -3140,7 +3140,8 @@ otherwise."
        ;; and the current buffer has no file name, too, or if it refers to the
        ;; same file as the current buffer.
        (or (and (not file-name) (not buffer-file-name))
-           (flycheck-same-files-p file-name (buffer-file-name)))
+           (and buffer-file-name file-name
+                (flycheck-same-files-p file-name buffer-file-name)))
        message
        (not (string-empty-p message))
        (flycheck-error-line err)))))
@@ -7893,6 +7894,21 @@ See URL `http://lesscss.org'."
           line-end))
   :modes less-css-mode)
 
+(flycheck-def-config-file-var flycheck-luacheckrc lua-luacheck ".luacheckrc"
+  :safe #'stringp)
+
+(flycheck-def-option-var flycheck-luacheck-standards nil lua-luacheck
+  "The standards to use in luacheck.
+
+The value of this variable is either a list of strings denoting
+the standards to use, or nil to pass nothing to luacheck.  When
+non-nil, pass the standards via one or more `--std' options."
+  :type '(choice (const :tag "Default" nil)
+                 (repeat :tag "Custom standards"
+                         (string :tag "Standard name")))
+  :safe #'flycheck-string-list-p)
+(make-variable-buffer-local 'flycheck-luacheck-standards)
+
 (flycheck-define-checker lua-luacheck
   "A Lua syntax checker using luacheck.
 
@@ -7901,6 +7917,8 @@ See URL `https://github.com/mpeterv/luacheck'."
             "--formatter" "plain"
             "--codes"                   ; Show warning codes
             "--no-color"
+            (option-list "--std" flycheck-luacheck-standards)
+            (config-file "--config" flycheck-luacheckrc)
             "--filename" source-original
             ;; Read from standard input
             "-")
@@ -9388,7 +9406,7 @@ Relative paths are relative to the file being checked."
 (flycheck-define-checker verilog-verilator
   "A Verilog syntax checker using the Verilator Verilog HDL simulator.
 
-See URL `http://www.veripool.org/wiki/verilator'."
+See URL `https://www.veripool.org/wiki/verilator'."
   :command ("verilator" "--lint-only" "-Wall"
             (option-list "-I" flycheck-verilator-include-path concat)
             source)
.emacs.d/elpa/flycheck-20170223.247/flycheck.elc → .emacs.d/elpa/flycheck-20170309.145/flycheck.elc
Binary file
.emacs.d/elpa/git-commit-20170214.347/git-commit-autoloads.el → .emacs.d/elpa/git-commit-20170308.146/git-commit-autoloads.el
@@ -3,8 +3,8 @@
 ;;; Code:
 (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
 
-;;;### (autoloads nil "git-commit" "git-commit.el" (22712 4645 999374
-;;;;;;  772000))
+;;;### (autoloads nil "git-commit" "git-commit.el" (22725 53738 527742
+;;;;;;  439000))
 ;;; Generated autoloads from git-commit.el
 
 (defvar global-git-commit-mode t "\
.emacs.d/elpa/git-commit-20170214.347/git-commit-pkg.el → .emacs.d/elpa/git-commit-20170308.146/git-commit-pkg.el
@@ -1,2 +1,2 @@
 ;;; -*- no-byte-compile: t -*-
-(define-package "git-commit" "20170214.347" "Edit Git commit messages" '((emacs "24.4") (dash "20170207.2056") (with-editor "20170111.609")) :url "https://github.com/magit/magit" :keywords '("git" "tools" "vc"))
+(define-package "git-commit" "20170308.146" "Edit Git commit messages" '((emacs "24.4") (dash "20170207.2056") (with-editor "20170111.609")) :url "https://github.com/magit/magit" :keywords '("git" "tools" "vc"))
.emacs.d/elpa/git-commit-20170214.347/git-commit.el → .emacs.d/elpa/git-commit-20170308.146/git-commit.el
@@ -12,7 +12,7 @@
 ;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>
 
 ;; Package-Requires: ((emacs "24.4") (dash "20170207.2056") (with-editor "20170111.609"))
-;; Package-Version: 20170214.347
+;; Package-Version: 20170308.146
 ;; Keywords: git tools vc
 ;; Homepage: https://github.com/magit/magit
 
.emacs.d/elpa/git-commit-20170214.347/git-commit.elc → .emacs.d/elpa/git-commit-20170308.146/git-commit.elc
File renamed without changes
.emacs.d/elpa/ivy-20170225.351/colir.el → .emacs.d/elpa/ivy-20170312.844/colir.el
File renamed without changes
.emacs.d/elpa/ivy-20170225.351/colir.elc → .emacs.d/elpa/ivy-20170312.844/colir.elc
File renamed without changes
.emacs.d/elpa/ivy-20170225.351/dir → .emacs.d/elpa/ivy-20170312.844/dir
File renamed without changes
.emacs.d/elpa/ivy-20170225.351/ivy-autoloads.el → .emacs.d/elpa/ivy-20170312.844/ivy-autoloads.el
@@ -3,7 +3,7 @@
 ;;; Code:
 (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
 
-;;;### (autoloads nil "ivy" "ivy.el" (22712 4603 175659 154000))
+;;;### (autoloads nil "ivy" "ivy.el" (22725 53737 126787 808000))
 ;;; Generated autoloads from ivy.el
 
 (autoload 'ivy-resume "ivy" "\
@@ -116,7 +116,7 @@ Switch to another buffer in another window.
 ;;;***
 
 ;;;### (autoloads nil nil ("colir.el" "ivy-overlay.el" "ivy-pkg.el")
-;;;;;;  (22712 4603 172659 174000))
+;;;;;;  (22725 53737 111788 294000))
 
 ;;;***
 
.emacs.d/elpa/ivy-20170225.351/ivy-help.org → .emacs.d/elpa/ivy-20170312.844/ivy-help.org
File renamed without changes
.emacs.d/elpa/ivy-20170225.351/ivy-overlay.el → .emacs.d/elpa/ivy-20170312.844/ivy-overlay.el
File renamed without changes
.emacs.d/elpa/ivy-20170225.351/ivy-overlay.elc → .emacs.d/elpa/ivy-20170312.844/ivy-overlay.elc
Binary file
.emacs.d/elpa/ivy-20170225.351/ivy-pkg.el → .emacs.d/elpa/ivy-20170312.844/ivy-pkg.el
@@ -1,4 +1,4 @@
-(define-package "ivy" "20170225.351" "Incremental Vertical completYon"
+(define-package "ivy" "20170312.844" "Incremental Vertical completYon"
   '((emacs "24.1"))
   :url "https://github.com/abo-abo/swiper" :keywords
   '("matching"))
.emacs.d/elpa/ivy-20170225.351/ivy.el → .emacs.d/elpa/ivy-20170312.844/ivy.el
@@ -1767,7 +1767,7 @@ INHERIT-INPUT-METHOD is currently ignored."
       (ivy-read (replace-regexp-in-string "%" "%%" prompt)
                 collection
                 :predicate predicate
-                :require-match require-match
+                :require-match (and collection require-match)
                 :initial-input (if (consp initial-input)
                                    (car initial-input)
                                  (if (and (stringp initial-input)
@@ -1873,7 +1873,6 @@ The previous string is between `ivy-completion-beg' and `ivy-completion-end'."
                        (mapcar #'substring-no-properties comps)
                        :predicate predicate
                        :action #'ivy-completion-in-region-action
-                       :require-match t
                        :caller 'ivy-completion-in-region)
              t)))))))
 
@@ -3524,7 +3523,8 @@ updated original buffer."
           ((memq caller '(counsel-git-grep counsel-grep counsel-ag counsel-rg))
            (let ((inhibit-read-only t))
              (erase-buffer)
-             (funcall (plist-get ivy--occurs-list caller)))))))
+             (funcall (plist-get ivy--occurs-list caller)))))
+    (setq ivy-occur-last ivy-last)))
 
 (declare-function wgrep-change-to-wgrep-mode "ext:wgrep")
 
.emacs.d/elpa/ivy-20170225.351/ivy.elc → .emacs.d/elpa/ivy-20170312.844/ivy.elc
Binary file
.emacs.d/elpa/ivy-20170225.351/ivy.info → .emacs.d/elpa/ivy-20170312.844/ivy.info
File renamed without changes
.emacs.d/elpa/ivy-hydra-20170301.1213/ivy-hydra-autoloads.el → .emacs.d/elpa/ivy-hydra-20170302.1033/ivy-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 nil ("ivy-hydra.el") (22712 4604 77653 165000))
+;;;### (autoloads nil nil ("ivy-hydra.el") (22725 53736 265815 691000))
 
 ;;;***
 
.emacs.d/elpa/ivy-hydra-20170301.1213/ivy-hydra-pkg.el → .emacs.d/elpa/ivy-hydra-20170302.1033/ivy-hydra-pkg.el
@@ -1,2 +1,2 @@
 ;;; -*- no-byte-compile: t -*-
-(define-package "ivy-hydra" "20170301.1213" "Additional key bindings for Ivy" '((emacs "24.1") (ivy "0.8.0") (hydra "0.13.4")) :url "https://github.com/abo-abo/swiper" :keywords '("completion" "matching" "bindings"))
+(define-package "ivy-hydra" "20170302.1033" "Additional key bindings for Ivy" '((emacs "24.1") (ivy "0.8.0") (hydra "0.13.4")) :url "https://github.com/abo-abo/swiper" :keywords '("completion" "matching" "bindings"))
.emacs.d/elpa/ivy-hydra-20170301.1213/ivy-hydra.el → .emacs.d/elpa/ivy-hydra-20170302.1033/ivy-hydra.el
@@ -4,7 +4,7 @@
 
 ;; Author: Oleh Krehel <ohwoeowho@gmail.com>
 ;; URL: https://github.com/abo-abo/swiper
-;; Package-Version: 20170301.1213
+;; Package-Version: 20170302.1033
 ;; Version: 0.8.0
 ;; Package-Requires: ((emacs "24.1") (ivy "0.8.0") (hydra "0.13.4"))
 ;; Keywords: completion, matching, bindings
@@ -97,7 +97,7 @@ _h_ ^+^ _l_ | _d_one      ^ ^  | _o_ops   | _m_: matcher %-5s(ivy--matcher-desc)
                      (cdr actions))
            ("M-o" nil "back")))))))
 
-(define-key ivy-mode-map (kbd "M-o") 'ivy-dispatching-done-hydra)
+(define-key ivy-minibuffer-map (kbd "M-o") 'ivy-dispatching-done-hydra)
 
 (provide 'ivy-hydra)
 
.emacs.d/elpa/ivy-hydra-20170301.1213/ivy-hydra.elc → .emacs.d/elpa/ivy-hydra-20170302.1033/ivy-hydra.elc
Binary file
.emacs.d/elpa/magit-20170228.1717/AUTHORS.md → .emacs.d/elpa/magit-20170311.925/AUTHORS.md
@@ -98,6 +98,7 @@ Contributors
 - Dennis Paskorz <dennis@walltowall.com>
 - Divye Kapoor <divye@google.com>
 - Dominique Quatravaux <domq@google.com>
+- Duianto Vebotci <vebotci@openmailbox.org>
 - Eli Barzilay <eli@barzilay.org>
 - Eric Davis <ed@npri.org>
 - Eric Schulte <schulte.eric@gmail.com>
.emacs.d/elpa/magit-20170228.1717/COPYING → .emacs.d/elpa/magit-20170311.925/COPYING
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/dir → .emacs.d/elpa/magit-20170311.925/dir
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/git-rebase.el → .emacs.d/elpa/magit-20170311.925/git-rebase.el
@@ -210,6 +210,7 @@
      . "show the commit at point in another buffer and select its window")
     (undo                         . "undo last change")
     (git-rebase-kill-line         . "drop the commit at point")
+    (git-rebase-insert            . "insert a line for an arbitrary commit")
     (git-rebase-noop              . "add noop action at point")))
 
 ;;; Commands
.emacs.d/elpa/magit-20170228.1717/git-rebase.elc → .emacs.d/elpa/magit-20170311.925/git-rebase.elc
Binary file
.emacs.d/elpa/magit-20170228.1717/magit-apply.el → .emacs.d/elpa/magit-20170311.925/magit-apply.el
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-apply.elc → .emacs.d/elpa/magit-20170311.925/magit-apply.elc
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-autoloads.el → .emacs.d/elpa/magit-20170311.925/magit-autoloads.el
@@ -3,8 +3,8 @@
 ;;; Code:
 (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
 
-;;;### (autoloads nil "git-rebase" "git-rebase.el" (22712 4649 340352
-;;;;;;  584000))
+;;;### (autoloads nil "git-rebase" "git-rebase.el" (22725 53733 171915
+;;;;;;  887000))
 ;;; Generated autoloads from git-rebase.el
 
 (autoload 'git-rebase-mode "git-rebase" "\
@@ -23,7 +23,7 @@ running 'man git-rebase' at the command line) for details.
 
 ;;;***
 
-;;;### (autoloads nil "magit" "magit.el" (22712 4649 358352 464000))
+;;;### (autoloads nil "magit" "magit.el" (22725 53733 273912 583000))
 ;;; Generated autoloads from magit.el
  (autoload 'magit-merge-popup "magit" nil t)
 
@@ -165,8 +165,8 @@ Git, and Emacs in the echo area.
 
 ;;;***
 
-;;;### (autoloads nil "magit-apply" "magit-apply.el" (22712 4649
-;;;;;;  346352 544000))
+;;;### (autoloads nil "magit-apply" "magit-apply.el" (22725 53733
+;;;;;;  204914 818000))
 ;;; Generated autoloads from magit-apply.el
 
 (autoload 'magit-stage-file "magit-apply" "\
@@ -202,8 +202,8 @@ Remove all changes from the staging area.
 
 ;;;***
 
-;;;### (autoloads nil "magit-autorevert" "magit-autorevert.el" (22712
-;;;;;;  4649 331352 643000))
+;;;### (autoloads nil "magit-autorevert" "magit-autorevert.el" (22725
+;;;;;;  53733 125917 376000))
 ;;; Generated autoloads from magit-autorevert.el
 
 (defvar magit-revert-buffers t)
@@ -232,8 +232,8 @@ See `auto-revert-mode' for more information on Auto-Revert mode.
 
 ;;;***
 
-;;;### (autoloads nil "magit-bisect" "magit-bisect.el" (22712 4649
-;;;;;;  345352 550000))
+;;;### (autoloads nil "magit-bisect" "magit-bisect.el" (22725 53733
+;;;;;;  198915 12000))
 ;;; Generated autoloads from magit-bisect.el
  (autoload 'magit-bisect-popup "magit-bisect" nil t)
 
@@ -284,8 +284,8 @@ bisect run'.
 
 ;;;***
 
-;;;### (autoloads nil "magit-blame" "magit-blame.el" (22712 4649
-;;;;;;  356352 478000))
+;;;### (autoloads nil "magit-blame" "magit-blame.el" (22725 53733
+;;;;;;  261912 972000))
 ;;; Generated autoloads from magit-blame.el
  (autoload 'magit-blame-popup "magit-blame" nil t)
 
@@ -309,8 +309,8 @@ only arguments available from `magit-blame-popup' should be used.
 
 ;;;***
 
-;;;### (autoloads nil "magit-branch" "magit-branch.el" (22712 4649
-;;;;;;  344352 557000))
+;;;### (autoloads nil "magit-branch" "magit-branch.el" (22725 53733
+;;;;;;  192915 207000))
 ;;; Generated autoloads from magit-branch.el
  (autoload 'magit-branch-popup "magit" nil t)
 
@@ -364,11 +364,13 @@ current branch will be used as the starting point as usual, but
 the upstream of the starting-point may be used as the upstream
 of the new branch, instead of the starting-point itself.
 
-If optional FROM is non-nil, then the source branch is reset to
-that commit, instead of to the last commit it shares with its
-upstream.  Interactively, FROM is non-nil, when the region
-selects some commits, and among those commits, FROM it is the
-commit that is the fewest commits ahead of the source branch.
+If optional FROM is non-nil, then the source branch is reset
+to `FROM~', instead of to the last commit it shares with its
+upstream.  Interactively, FROM is only ever non-nil, if the
+region selects some commits, and among those commits, FROM is
+the commit that is the fewest commits ahead of the source
+branch.  (It not yet possible to spin off a single commit,
+unless it is the only unpushed commit.  See #2920.)
 
 The commit at the other end of the selection actually does not
 matter, all commits between FROM and `HEAD' are moved to the new
@@ -536,8 +538,8 @@ When `never' (the default) then the variable is never set.
 
 ;;;***
 
-;;;### (autoloads nil "magit-commit" "magit-commit.el" (22712 4649
-;;;;;;  332352 637000))
+;;;### (autoloads nil "magit-commit" "magit-commit.el" (22725 53733
+;;;;;;  129917 247000))
 ;;; Generated autoloads from magit-commit.el
 
 (autoload 'magit-commit "magit-commit" "\
@@ -619,8 +621,8 @@ Create a squash commit targeting COMMIT and instantly rebase.
 
 ;;;***
 
-;;;### (autoloads nil "magit-diff" "magit-diff.el" (22712 4649 355352
-;;;;;;  484000))
+;;;### (autoloads nil "magit-diff" "magit-diff.el" (22725 53733 255913
+;;;;;;  166000))
 ;;; Generated autoloads from magit-diff.el
 
 (autoload 'magit-diff-popup "magit-diff" "\
@@ -704,8 +706,8 @@ for a revision.
 
 ;;;***
 
-;;;### (autoloads nil "magit-ediff" "magit-ediff.el" (22712 4649
-;;;;;;  351352 511000))
+;;;### (autoloads nil "magit-ediff" "magit-ediff.el" (22725 53733
+;;;;;;  231913 944000))
 ;;; Generated autoloads from magit-ediff.el
  (autoload 'magit-ediff-popup "magit-ediff" nil t)
 
@@ -793,8 +795,8 @@ stash that were staged.
 
 ;;;***
 
-;;;### (autoloads nil "magit-extras" "magit-extras.el" (22712 4649
-;;;;;;  333352 630000))
+;;;### (autoloads nil "magit-extras" "magit-extras.el" (22725 53733
+;;;;;;  135917 52000))
 ;;; Generated autoloads from magit-extras.el
 
 (autoload 'magit-run-git-gui "magit-extras" "\
@@ -896,8 +898,8 @@ on a position in a file-visiting buffer.
 
 ;;;***
 
-;;;### (autoloads nil "magit-files" "magit-files.el" (22712 4649
-;;;;;;  341352 577000))
+;;;### (autoloads nil "magit-files" "magit-files.el" (22725 53733
+;;;;;;  176915 725000))
 ;;; Generated autoloads from magit-files.el
 
 (autoload 'magit-find-file "magit-files" "\
@@ -944,8 +946,8 @@ Checkout FILE from REV.
 
 ;;;***
 
-;;;### (autoloads nil "magit-log" "magit-log.el" (22712 4649 352352
-;;;;;;  504000))
+;;;### (autoloads nil "magit-log" "magit-log.el" (22725 53733 237913
+;;;;;;  749000))
 ;;; Generated autoloads from magit-log.el
 
 (autoload 'magit-log-buffer-file-popup "magit-log" "\
@@ -1027,15 +1029,15 @@ Show commits in a branch that are not merged in the upstream branch.
 
 ;;;***
 
-;;;### (autoloads nil "magit-notes" "magit-notes.el" (22712 4649
-;;;;;;  366352 411000))
+;;;### (autoloads nil "magit-notes" "magit-notes.el" (22725 53733
+;;;;;;  317911 159000))
 ;;; Generated autoloads from magit-notes.el
  (autoload 'magit-notes-popup "magit" nil t)
 
 ;;;***
 
-;;;### (autoloads nil "magit-refs" "magit-refs.el" (22712 4649 334352
-;;;;;;  624000))
+;;;### (autoloads nil "magit-refs" "magit-refs.el" (22725 53733 140916
+;;;;;;  890000))
 ;;; Generated autoloads from magit-refs.el
  (autoload 'magit-show-refs-popup "magit" nil t)
 
@@ -1060,8 +1062,8 @@ Refs are compared with a branch read from the user.
 
 ;;;***
 
-;;;### (autoloads nil "magit-remote" "magit-remote.el" (22712 4649
-;;;;;;  362352 437000))
+;;;### (autoloads nil "magit-remote" "magit-remote.el" (22725 53733
+;;;;;;  295911 871000))
 ;;; Generated autoloads from magit-remote.el
 
 (autoload 'magit-clone "magit-remote" "\
@@ -1293,8 +1295,8 @@ is asked to pull.  START has to be reachable from that commit.
 
 ;;;***
 
-;;;### (autoloads nil "magit-repos" "magit-repos.el" (22712 4649
-;;;;;;  354352 491000))
+;;;### (autoloads nil "magit-repos" "magit-repos.el" (22725 53733
+;;;;;;  249913 361000))
 ;;; Generated autoloads from magit-repos.el
 
 (autoload 'magit-list-repositories "magit-repos" "\
@@ -1308,8 +1310,8 @@ control which repositories are displayed.
 
 ;;;***
 
-;;;### (autoloads nil "magit-sequence" "magit-sequence.el" (22712
-;;;;;;  4649 360352 451000))
+;;;### (autoloads nil "magit-sequence" "magit-sequence.el" (22725
+;;;;;;  53733 283912 259000))
 ;;; Generated autoloads from magit-sequence.el
 
 (autoload 'magit-sequencer-continue "magit-sequence" "\
@@ -1403,13 +1405,13 @@ Rebase the current branch onto its upstream branch.
 
 (autoload 'magit-rebase "magit-sequence" "\
 Rebase the current branch onto a branch read in the minibuffer.
-All commits that are reachable from head but not from the
+All commits that are reachable from `HEAD' but not from the
 selected branch TARGET are being rebased.
 
 \(fn TARGET ARGS)" t nil)
 
 (autoload 'magit-rebase-subset "magit-sequence" "\
-Rebase a subset of the current branches history onto a new base.
+Rebase a subset of the current branch's history onto a new base.
 Rebase commits from START to `HEAD' onto NEWBASE.
 START has to be selected from a list of recent commits.
 
@@ -1459,8 +1461,8 @@ Abort the current rebase operation, restoring the original branch.
 
 ;;;***
 
-;;;### (autoloads nil "magit-stash" "magit-stash.el" (22712 4649
-;;;;;;  349352 524000))
+;;;### (autoloads nil "magit-stash" "magit-stash.el" (22725 53733
+;;;;;;  220914 300000))
 ;;; Generated autoloads from magit-stash.el
  (autoload 'magit-stash-popup "magit-stash" nil t)
 
@@ -1559,8 +1561,8 @@ Show all diffs of a stash in a buffer.
 
 ;;;***
 
-;;;### (autoloads nil "magit-status" "magit-status.el" (22712 4649
-;;;;;;  353352 497000))
+;;;### (autoloads nil "magit-status" "magit-status.el" (22725 53733
+;;;;;;  243913 555000))
 ;;; Generated autoloads from magit-status.el
 
 (autoload 'magit-init "magit-status" "\
@@ -1591,8 +1593,8 @@ then offer to initialize it as a new repository.
 
 ;;;***
 
-;;;### (autoloads nil "magit-submodule" "magit-submodule.el" (22712
-;;;;;;  4649 367352 404000))
+;;;### (autoloads nil "magit-submodule" "magit-submodule.el" (22725
+;;;;;;  53733 322910 997000))
 ;;; Generated autoloads from magit-submodule.el
  (autoload 'magit-submodule-popup "magit-submodule" nil t)
 
@@ -1682,8 +1684,8 @@ Display a list of the current repository's submodules.
 
 ;;;***
 
-;;;### (autoloads nil "magit-subtree" "magit-subtree.el" (22712 4649
-;;;;;;  342352 570000))
+;;;### (autoloads nil "magit-subtree" "magit-subtree.el" (22725 53733
+;;;;;;  182915 530000))
 ;;; Generated autoloads from magit-subtree.el
  (autoload 'magit-subtree-popup "magit-subtree" nil t)
 
@@ -1719,8 +1721,8 @@ Extract the history of the subtree PREFIX.
 
 ;;;***
 
-;;;### (autoloads nil "magit-utils" "magit-utils.el" (22712 4649
-;;;;;;  329352 657000))
+;;;### (autoloads nil "magit-utils" "magit-utils.el" (22725 53733
+;;;;;;  120917 538000))
 ;;; Generated autoloads from magit-utils.el
 
 (autoload 'magit-emacs-Q-command "magit-utils" "\
@@ -1744,8 +1746,8 @@ Extract the history of the subtree PREFIX.
 
 ;;;***
 
-;;;### (autoloads nil "magit-wip" "magit-wip.el" (22712 4649 336352
-;;;;;;  610000))
+;;;### (autoloads nil "magit-wip" "magit-wip.el" (22725 53733 150916
+;;;;;;  567000))
 ;;; Generated autoloads from magit-wip.el
 
 (defvar magit-wip-after-save-mode nil "\
@@ -1813,8 +1815,8 @@ command which is about to be called are committed.
 
 ;;;***
 
-;;;### (autoloads nil "magit-worktree" "magit-worktree.el" (22712
-;;;;;;  4649 364352 424000))
+;;;### (autoloads nil "magit-worktree" "magit-worktree.el" (22725
+;;;;;;  53733 306911 515000))
 ;;; Generated autoloads from magit-worktree.el
 
 (autoload 'magit-worktree-checkout "magit-worktree" "\
@@ -1831,7 +1833,7 @@ Create a new BRANCH and check it out in a new worktree at PATH.
 
 ;;;### (autoloads nil nil ("magit-core.el" "magit-git.el" "magit-margin.el"
 ;;;;;;  "magit-mode.el" "magit-obsolete.el" "magit-pkg.el" "magit-process.el"
-;;;;;;  "magit-section.el") (22712 4649 363352 431000))
+;;;;;;  "magit-section.el") (22725 53733 301911 677000))
 
 ;;;***
 
.emacs.d/elpa/magit-20170228.1717/magit-autorevert.el → .emacs.d/elpa/magit-20170311.925/magit-autorevert.el
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-autorevert.elc → .emacs.d/elpa/magit-20170311.925/magit-autorevert.elc
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-bisect.el → .emacs.d/elpa/magit-20170311.925/magit-bisect.el
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-bisect.elc → .emacs.d/elpa/magit-20170311.925/magit-bisect.elc
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-blame.el → .emacs.d/elpa/magit-20170311.925/magit-blame.el
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-blame.elc → .emacs.d/elpa/magit-20170311.925/magit-blame.elc
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-branch.el → .emacs.d/elpa/magit-20170311.925/magit-branch.el
@@ -288,11 +288,13 @@ current branch will be used as the starting point as usual, but
 the upstream of the starting-point may be used as the upstream
 of the new branch, instead of the starting-point itself.
 
-If optional FROM is non-nil, then the source branch is reset to
-that commit, instead of to the last commit it shares with its
-upstream.  Interactively, FROM is non-nil, when the region
-selects some commits, and among those commits, FROM it is the
-commit that is the fewest commits ahead of the source branch.
+If optional FROM is non-nil, then the source branch is reset
+to `FROM~', instead of to the last commit it shares with its
+upstream.  Interactively, FROM is only ever non-nil, if the
+region selects some commits, and among those commits, FROM is
+the commit that is the fewest commits ahead of the source
+branch.  (It not yet possible to spin off a single commit,
+unless it is the only unpushed commit.  See #2920.)
 
 The commit at the other end of the selection actually does not
 matter, all commits between FROM and `HEAD' are moved to the new
.emacs.d/elpa/magit-20170228.1717/magit-branch.elc → .emacs.d/elpa/magit-20170311.925/magit-branch.elc
Binary file
.emacs.d/elpa/magit-20170228.1717/magit-commit.el → .emacs.d/elpa/magit-20170311.925/magit-commit.el
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-commit.elc → .emacs.d/elpa/magit-20170311.925/magit-commit.elc
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-core.el → .emacs.d/elpa/magit-20170311.925/magit-core.el
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-core.elc → .emacs.d/elpa/magit-20170311.925/magit-core.elc
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-diff.el → .emacs.d/elpa/magit-20170311.925/magit-diff.el
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-diff.elc → .emacs.d/elpa/magit-20170311.925/magit-diff.elc
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-ediff.el → .emacs.d/elpa/magit-20170311.925/magit-ediff.el
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-ediff.elc → .emacs.d/elpa/magit-20170311.925/magit-ediff.elc
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-extras.el → .emacs.d/elpa/magit-20170311.925/magit-extras.el
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-extras.elc → .emacs.d/elpa/magit-20170311.925/magit-extras.elc
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-files.el → .emacs.d/elpa/magit-20170311.925/magit-files.el
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-files.elc → .emacs.d/elpa/magit-20170311.925/magit-files.elc
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-git.el → .emacs.d/elpa/magit-20170311.925/magit-git.el
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-git.elc → .emacs.d/elpa/magit-20170311.925/magit-git.elc
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-log.el → .emacs.d/elpa/magit-20170311.925/magit-log.el
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-log.elc → .emacs.d/elpa/magit-20170311.925/magit-log.elc
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-margin.el → .emacs.d/elpa/magit-20170311.925/magit-margin.el
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-margin.elc → .emacs.d/elpa/magit-20170311.925/magit-margin.elc
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-mode.el → .emacs.d/elpa/magit-20170311.925/magit-mode.el
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-mode.elc → .emacs.d/elpa/magit-20170311.925/magit-mode.elc
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-notes.el → .emacs.d/elpa/magit-20170311.925/magit-notes.el
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-notes.elc → .emacs.d/elpa/magit-20170311.925/magit-notes.elc
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-obsolete.el → .emacs.d/elpa/magit-20170311.925/magit-obsolete.el
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-obsolete.elc → .emacs.d/elpa/magit-20170311.925/magit-obsolete.elc
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-pkg.el → .emacs.d/elpa/magit-20170311.925/magit-pkg.el
@@ -1,10 +1,10 @@
-(define-package "magit" "20170228.1717" "A Git porcelain inside Emacs"
+(define-package "magit" "20170311.925" "A Git porcelain inside Emacs"
   '((emacs "24.4")
-    (async "20161103.1036")
+    (async "20170219.942")
     (dash "20170207.2056")
     (with-editor "20170111.609")
-    (git-commit "20170128.745")
-    (magit-popup "20170209.1031"))
+    (git-commit "20170214.347")
+    (magit-popup "20170214.347"))
   :url "https://github.com/magit/magit" :keywords
   '("git" "tools" "vc"))
 ;; Local Variables:
.emacs.d/elpa/magit-20170228.1717/magit-process.el → .emacs.d/elpa/magit-20170311.925/magit-process.el
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-process.elc → .emacs.d/elpa/magit-20170311.925/magit-process.elc
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-refs.el → .emacs.d/elpa/magit-20170311.925/magit-refs.el
@@ -113,7 +113,7 @@ tags."
 (defcustom magit-visit-ref-behavior nil
   "Control how `magit-visit-ref' behaves in `magit-refs-mode' buffers.
 
-By default `magit-visit-ref' behaves like `magit-show-commits',
+By default `magit-visit-ref' behaves like `magit-show-commit',
 in all buffers, including `magit-refs-mode' buffers.  When the
 type of the section at point is `commit' then \"RET\" is bound to
 `magit-show-commit', and when the type is either `branch' or
.emacs.d/elpa/magit-20170228.1717/magit-refs.elc → .emacs.d/elpa/magit-20170311.925/magit-refs.elc
Binary file
.emacs.d/elpa/magit-20170228.1717/magit-remote.el → .emacs.d/elpa/magit-20170311.925/magit-remote.el
@@ -90,9 +90,9 @@ Then show the status buffer for the new repository."
 
 If `ask', then always ask.  If `ask-if-unset', then ask, but only
 if the variable isn't set already.  If nil, then don't ever set.
-If the value is a string, then set without asking, provided the
-name of the name of the added remote is equal to that string and
-the variable isn't already set."
+If the value is a string, then set without asking, provided that
+the name of the added remote is equal to that string and the
+variable isn't already set."
   :package-version '(magit . "2.4.0")
   :group 'magit-commands
   :type '(choice (const  :tag "ask if unset" ask-if-unset)
@@ -121,7 +121,7 @@ the variable isn't already set."
   (interactive (list (magit-read-string-ns "Remote name")
                      (magit-read-url "Remote url")))
   (if (pcase (list magit-remote-add-set-remote.pushDefault
-                   (magit-get "remote.defaultPush"))
+                   (magit-get "remote.pushDefault"))
         (`(,(pred stringp) ,_) t)
         ((or `(ask ,_) `(ask-if-unset nil))
          (y-or-n-p (format "Set `remote.pushDefault' to \"%s\"? " remote))))
.emacs.d/elpa/magit-20170228.1717/magit-remote.elc → .emacs.d/elpa/magit-20170311.925/magit-remote.elc
Binary file
.emacs.d/elpa/magit-20170228.1717/magit-repos.el → .emacs.d/elpa/magit-20170311.925/magit-repos.el
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-repos.elc → .emacs.d/elpa/magit-20170311.925/magit-repos.elc
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-section.el → .emacs.d/elpa/magit-20170311.925/magit-section.el
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-section.elc → .emacs.d/elpa/magit-20170311.925/magit-section.elc
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-sequence.el → .emacs.d/elpa/magit-20170311.925/magit-sequence.el
@@ -290,12 +290,12 @@ This discards all changes made since the sequence started."
 (magit-define-popup magit-rebase-popup
   "Key menu for rebasing."
   :man-page "git-rebase"
-  :switches '((?k "Keep empty commits"    "--keep-empty")
-              (?p "Preserve merges"       "--preserve-merges")
-              (?c "Lie about author date" "--committer-date-is-author-date")
-              (?a "Autosquash"            "--autosquash")
-              (?A "Autostash"             "--autostash")
-              (?i "Interactive"           "--interactive"))
+  :switches '((?k "Keep empty commits"       "--keep-empty")
+              (?p "Preserve merges"          "--preserve-merges")
+              (?c "Lie about committer date" "--committer-date-is-author-date")
+              (?a "Autosquash"               "--autosquash")
+              (?A "Autostash"                "--autostash")
+              (?i "Interactive"              "--interactive"))
   :actions  '((lambda ()
                 (concat (propertize "Rebase " 'face 'magit-popup-heading)
                         (propertize (or (magit-get-current-branch) "HEAD")
@@ -350,7 +350,7 @@ If that variable is unset, then rebase onto `remote.pushDefault'."
 ;;;###autoload
 (defun magit-rebase (target args)
   "Rebase the current branch onto a branch read in the minibuffer.
-All commits that are reachable from head but not from the
+All commits that are reachable from `HEAD' but not from the
 selected branch TARGET are being rebased."
   (interactive (list (magit-read-other-branch-or-commit "Rebase onto")
                      (magit-rebase-arguments)))
@@ -360,7 +360,7 @@ selected branch TARGET are being rebased."
 
 ;;;###autoload
 (defun magit-rebase-subset (newbase start args)
-  "Rebase a subset of the current branches history onto a new base.
+  "Rebase a subset of the current branch's history onto a new base.
 Rebase commits from START to `HEAD' onto NEWBASE.
 START has to be selected from a list of recent commits."
   (interactive (list (magit-read-other-branch-or-commit
.emacs.d/elpa/magit-20170228.1717/magit-sequence.elc → .emacs.d/elpa/magit-20170311.925/magit-sequence.elc
Binary file
.emacs.d/elpa/magit-20170228.1717/magit-stash.el → .emacs.d/elpa/magit-20170311.925/magit-stash.el
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-stash.elc → .emacs.d/elpa/magit-20170311.925/magit-stash.elc
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-status.el → .emacs.d/elpa/magit-20170311.925/magit-status.el
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-status.elc → .emacs.d/elpa/magit-20170311.925/magit-status.elc
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-submodule.el → .emacs.d/elpa/magit-20170311.925/magit-submodule.el
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-submodule.elc → .emacs.d/elpa/magit-20170311.925/magit-submodule.elc
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-subtree.el → .emacs.d/elpa/magit-20170311.925/magit-subtree.el
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-subtree.elc → .emacs.d/elpa/magit-20170311.925/magit-subtree.elc
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-utils.el → .emacs.d/elpa/magit-20170311.925/magit-utils.el
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-utils.elc → .emacs.d/elpa/magit-20170311.925/magit-utils.elc
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-wip.el → .emacs.d/elpa/magit-20170311.925/magit-wip.el
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-wip.elc → .emacs.d/elpa/magit-20170311.925/magit-wip.elc
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-worktree.el → .emacs.d/elpa/magit-20170311.925/magit-worktree.el
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit-worktree.elc → .emacs.d/elpa/magit-20170311.925/magit-worktree.elc
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit.el → .emacs.d/elpa/magit-20170311.925/magit.el
@@ -16,7 +16,7 @@
 ;;	Rémi Vanicat      <vanicat@debian.org>
 ;;	Yann Hodique      <yann.hodique@gmail.com>
 
-;; Package-Requires: ((emacs "24.4") (async "20161103.1036") (dash "20170207.2056") (with-editor "20170111.609") (git-commit "20170128.745") (magit-popup "20170209.1031"))
+;; Package-Requires: ((emacs "24.4") (async "20170219.942") (dash "20170207.2056") (with-editor "20170111.609") (git-commit "20170214.347") (magit-popup "20170214.347"))
 ;; Keywords: git tools vc
 ;; Homepage: https://github.com/magit/magit
 
.emacs.d/elpa/magit-20170228.1717/magit.elc → .emacs.d/elpa/magit-20170311.925/magit.elc
File renamed without changes
.emacs.d/elpa/magit-20170228.1717/magit.info → .emacs.d/elpa/magit-20170311.925/magit.info
@@ -27,7 +27,7 @@ END-INFO-DIR-ENTRY
 
 Indirect:
 magit.info-1: 1222
-magit.info-2: 322488
+magit.info-2: 322678
 
 Tag Table:
 (Indirect)
@@ -80,89 +80,89 @@ Node: Diff Options106464
 Node: Revision Buffer109834
 Node: Ediffing110789
 Node: References Buffer114379
-Node: References Sections121679
-Node: Bisecting122554
-Node: Visiting Blobs124292
-Node: Blaming124801
-Node: Manipulating128230
-Node: Repository Setup128546
-Node: Staging and Unstaging129586
-Node: Staging from File-Visiting Buffers133675
-Node: Applying134843
-Node: Committing136736
-Node: Initiating a Commit137319
-Node: Editing Commit Messages140630
-Node: Branching151026
-Node: The Two Remotes151226
-Node: The Branch Popup153770
-Node: The Branch Config Popup162998
-Node: Merging168901
-Node: Resolving Conflicts171068
-Node: Rebasing176073
-Node: Editing Rebase Sequences179713
-Node: Information About In-Progress Rebase182743
-Ref: Information About In-Progress Rebase-Footnote-1189579
-Node: Cherry Picking190165
-Node: Reverting191770
-Node: Resetting193133
-Node: Stashing194644
-Node: Transferring198838
-Node: Remotes199076
-Node: Fetching200361
-Node: Pulling201726
-Node: Pushing202571
-Node: Creating and Sending Patches207314
-Node: Applying Patches208009
-Node: Miscellaneous209006
-Node: Tagging209309
-Node: Notes210093
-Node: Submodules212617
-Node: Listing Submodules212831
-Node: Submodule Popup214650
-Node: Subtree215933
-Node: Common Commands217180
-Node: Wip Modes218925
-Node: Minor Mode for Buffers Visiting Files225721
-Node: Minor Mode for Buffers Visiting Blobs229195
-Node: Customizing230008
-Node: Per-Repository Configuration231680
-Node: Essential Settings233327
-Node: Safety233651
-Node: Performance235484
-Node: Plumbing243446
-Node: Calling Git244270
-Node: Getting a Value from Git245793
-Node: Calling Git for Effect248897
-Node: Section Plumbing255401
-Node: Creating Sections255629
-Node: Section Selection259528
-Node: Matching Sections261208
-Node: Refreshing Buffers266640
-Node: Conventions269775
-Node: Confirmation and Completion269952
-Node: Theming Faces270850
-Node: FAQ279001
-Node: FAQ - How to …?279394
-Node: How to show git's output?279758
-Node: How to install the gitman info manual?280512
-Node: How to show diffs for gpg-encrypted files?281482
-Node: How does branching and pushing work?282078
-Node: Can Magit be used as ‘ediff-version-control-package’?282457
-Node: FAQ - Issues and Errors284453
-Node: Magit is slow285197
-Node: I changed several thousand files at once and now Magit is unusable285422
-Node: I am having problems committing286162
-Node: I am using MS Windows and cannot push with Magit286643
-Node: I am using OS X and SOMETHING works in shell but not in Magit287260
-Node: Diffs contain control sequences288066
-Node: Expanding a file to show the diff causes it to disappear289140
-Node: Point is wrong in the ‘COMMIT_EDITMSG’ buffer289697
-Node: The mode-line information isn't always up-to-date290749
-Node: Emacs 245 hangs when loading Magit291816
-Node: Keystroke Index292366
-Node: Command Index322488
-Node: Function Index352716
-Node: Variable Index366026
+Node: References Sections121678
+Node: Bisecting122553
+Node: Visiting Blobs124291
+Node: Blaming124800
+Node: Manipulating128229
+Node: Repository Setup128545
+Node: Staging and Unstaging129585
+Node: Staging from File-Visiting Buffers133674
+Node: Applying134842
+Node: Committing136735
+Node: Initiating a Commit137318
+Node: Editing Commit Messages140629
+Node: Branching151025
+Node: The Two Remotes151225
+Node: The Branch Popup153850
+Node: The Branch Config Popup163195
+Node: Merging169098
+Node: Resolving Conflicts171265
+Node: Rebasing176270
+Node: Editing Rebase Sequences179910
+Node: Information About In-Progress Rebase182940
+Ref: Information About In-Progress Rebase-Footnote-1189776
+Node: Cherry Picking190362
+Node: Reverting191967
+Node: Resetting193330
+Node: Stashing194841
+Node: Transferring199035
+Node: Remotes199273
+Node: Fetching200551
+Node: Pulling201916
+Node: Pushing202761
+Node: Creating and Sending Patches207504
+Node: Applying Patches208199
+Node: Miscellaneous209196
+Node: Tagging209499
+Node: Notes210283
+Node: Submodules212807
+Node: Listing Submodules213021
+Node: Submodule Popup214840
+Node: Subtree216123
+Node: Common Commands217370
+Node: Wip Modes219115
+Node: Minor Mode for Buffers Visiting Files225911
+Node: Minor Mode for Buffers Visiting Blobs229385
+Node: Customizing230198
+Node: Per-Repository Configuration231870
+Node: Essential Settings233517
+Node: Safety233841
+Node: Performance235674
+Node: Plumbing243636
+Node: Calling Git244460
+Node: Getting a Value from Git245983
+Node: Calling Git for Effect249087
+Node: Section Plumbing255591
+Node: Creating Sections255819
+Node: Section Selection259718
+Node: Matching Sections261398
+Node: Refreshing Buffers266830
+Node: Conventions269965
+Node: Confirmation and Completion270142
+Node: Theming Faces271040
+Node: FAQ279191
+Node: FAQ - How to …?279584
+Node: How to show git's output?279948
+Node: How to install the gitman info manual?280702
+Node: How to show diffs for gpg-encrypted files?281672
+Node: How does branching and pushing work?282268
+Node: Can Magit be used as ‘ediff-version-control-package’?282647
+Node: FAQ - Issues and Errors284643
+Node: Magit is slow285387
+Node: I changed several thousand files at once and now Magit is unusable285612
+Node: I am having problems committing286352
+Node: I am using MS Windows and cannot push with Magit286833
+Node: I am using OS X and SOMETHING works in shell but not in Magit287450
+Node: Diffs contain control sequences288256
+Node: Expanding a file to show the diff causes it to disappear289330
+Node: Point is wrong in the ‘COMMIT_EDITMSG’ buffer289887
+Node: The mode-line information isn't always up-to-date290939
+Node: Emacs 245 hangs when loading Magit292006
+Node: Keystroke Index292556
+Node: Command Index322678
+Node: Function Index352906
+Node: Variable Index366216
 
 End Tag Table
 
.emacs.d/elpa/magit-20170228.1717/magit.info-1 → .emacs.d/elpa/magit-20170311.925/magit.info-1
@@ -3215,7 +3215,7 @@ you should also change the others to keep things aligned.  The following
      This option controls how ‘magit-visit-ref’ behaves in
      ‘magit-refs-mode’ buffers.
 
-     By default ‘magit-visit-ref’ behaves like ‘magit-show-commits’, in
+     By default ‘magit-visit-ref’ behaves like ‘magit-show-commit’, in
      all buffers, including ‘magit-refs-mode’ buffers.  When the type of
      the section at point is ‘commit’ then "RET" is bound to
      ‘magit-show-commit’, and when the type is either ‘branch’ or ‘tag’
@@ -4112,38 +4112,40 @@ upstream branch and the branch it is being pushed to, are usually the
 same remote branch.  But for a feature branch the upstream branch and
 the branch it is being pushed to should differ.
 
-   Feature branches too should _eventually_ end up in a remote branch
-such as ‘origin/master’ or ‘origin/maint’.  Such a branch should
-therefore be used as the upstream.  But feature branches shouldn’t be
-pushed directly to such branches.  Instead a feature branch ‘my-feature’
-is usually pushed to ‘my-fork/my-feature’ or ‘origin/my-feature’.  After
-the new feature has been reviewed, the maintainer merges the feature
-into ‘master’.  And finally ‘master’ (not ‘my-feature’ itself) is pushed
-to ‘origin/master’.
+   The commits on feature branches too should _eventually_ end up in a
+remote branch such as ‘origin/master’ or ‘origin/maint’.  Such a branch
+should therefore be used as the upstream.  But feature branches
+shouldn’t be pushed directly to such branches.  Instead a feature branch
+‘my-feature’ is usually pushed to ‘my-fork/my-feature’ or if you are a
+contributor ‘origin/my-feature’.  After the new feature has been
+reviewed, the maintainer merges the feature into ‘master’.  And finally
+‘master’ (not ‘my-feature’ itself) is pushed to ‘origin/master’.
 
    But new features seldom are perfect on the first try, and so feature
-branches usually have to be improved and re-pushed many times.  Pushing
-should therefore be easy to do, and for that reason some users have
-concluded that the remote branch to which a feature branch is being
-pushed should be set as the upstream.  Luckily Git has long ago gained
-support for a push-remote which can be configured separately from the
-upstream branch, using the variables ‘branch.<name>.pushRemote’ and
-‘remote.pushDefault’, so we no longer have to choose which of the two
-remotes should be used as "the remote".
+branches usually have to be reviewed, improved, and re-pushed several
+times.  Pushing should therefore be easy to do, and for that reason many
+Git users have concluded that it is best to use the remote branch to
+which the local feature branch is being pushed as its upstream.
+
+   But luckily Git has long ago gained support for a push-remote which
+can be configured separately from the upstream branch, using the
+variables ‘branch.<name>.pushRemote’ and ‘remote.pushDefault’.  So we no
+longer have to choose which of the two remotes should be used as "the
+remote".
 
    Each of the fetching, pulling, and pushing popups features three
-commands which act on the current branch and some other branch.  Of
+commands that act on the current branch and some other branch.  Of
 these, ‘p’ is bound to a command which acts on the push-remote, ‘u’ is
 bound to a command which acts on the upstream, and ‘e’ is bound to a
 command which acts on any other branch.  The status buffer shows
-unpushed and unpulled for both the push-remote and the upstream.
+unpushed and unpulled commits for both the push-remote and the upstream.
 
    It’s fairly simple to configure these two remotes.  The values of all
 the variables that are related to fetching, pulling, and pushing (as
 well as some other branch-related variables) can be inspected and
 changed using the popup ‘magit-branch-config-popup’, which is a
 sub-popup of many popups that deal with branches.  It is also possible
-to set the push-remote and/or upstream while pushing (see *note Pushing:
+to set the push-remote or upstream while pushing (see *note Pushing:
 Pushing.).
 
 
@@ -4218,10 +4220,12 @@ features are available from separate popups.
      new branch, instead of the starting-point itself.
 
      If optional FROM is non-nil, then the source branch is reset to
-     that commit, instead of to the last commit it shares with its
-     upstream.  Interactively, FROM is non-nil, when the region selects
-     some commits, and among those commits, FROM it is the commit that
-     is the fewest commits ahead of the source branch.
+     ‘FROM~’, instead of to the last commit it shares with its upstream.
+     Interactively, FROM is only ever non-nil, if the region selects
+     some commits, and among those commits, FROM is the commit that is
+     the fewest commits ahead of the source branch.  (It not yet
+     possible to spin off a single commit, unless it is the only
+     unpushed commit.  See #2920.)
 
      The commit at the other end of the selection actually does not
      matter, all commits between FROM and ‘HEAD’ are moved to the new
@@ -5345,9 +5349,9 @@ Also see *note (gitman)git-remote::.
 
      If ‘ask’, then always ask.  If ‘ask-if-unset’, then ask, but only
      if the variable isn’t set already.  If ‘nil’, then don’t ever set.
-     If the value is a string, then set without asking, provided the
-     name of the name of the added remote is equal to that string and
-     the variable isn’t already set.
+     If the value is a string, then set without asking, provided that
+     the name of the added remote is equal to that string and the
+     variable isn’t already set.
 
 
 File: magit.info,  Node: Fetching,  Next: Pulling,  Prev: Remotes,  Up: Transferring
@@ -7651,13 +7655,13 @@ Appendix B Keystroke Index
 * b c:                                   The Branch Popup.    (line  47)
 * B g:                                   Bisecting.           (line  36)
 * B k:                                   Bisecting.           (line  41)
-* b k:                                   The Branch Popup.    (line  98)
+* b k:                                   The Branch Popup.    (line 100)
 * b n:                                   The Branch Popup.    (line  37)
 * B r:                                   Bisecting.           (line  47)
-* b r:                                   The Branch Popup.    (line 104)
+* b r:                                   The Branch Popup.    (line 106)
 * B s:                                   Bisecting.           (line  24)
 * b s:                                   The Branch Popup.    (line  54)
-* b x:                                   The Branch Popup.    (line  82)
+* b x:                                   The Branch Popup.    (line  84)
 * c:                                     Initiating a Commit. (line   8)
 * c <1>:                                 Editing Rebase Sequences.
                                                               (line  72)
.emacs.d/elpa/magit-20170228.1717/magit.info-2 → .emacs.d/elpa/magit-20170311.925/magit.info-2
Binary file
.emacs.d/elpa/magit-popup-20170214.347/dir → .emacs.d/elpa/magit-popup-20170308.146/dir
File renamed without changes
.emacs.d/elpa/magit-popup-20170214.347/magit-popup-autoloads.el → .emacs.d/elpa/magit-popup-20170308.146/magit-popup-autoloads.el
@@ -4,7 +4,7 @@
 (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
 
 ;;;### (autoloads nil nil ("magit-popup-pkg.el" "magit-popup.el")
-;;;;;;  (22712 4645 179380 218000))
+;;;;;;  (22725 53730 486002 869000))
 
 ;;;***
 
.emacs.d/elpa/magit-popup-20170214.347/magit-popup-pkg.el → .emacs.d/elpa/magit-popup-20170308.146/magit-popup-pkg.el
@@ -1,6 +1,6 @@
-(define-package "magit-popup" "20170214.347" "Define prefix-infix-suffix command combos"
+(define-package "magit-popup" "20170308.146" "Define prefix-infix-suffix command combos"
   '((emacs "24.4")
-    (async "20161103.1036")
+    (async "20170219.942")
     (dash "20170207.2056"))
   :url "https://github.com/magit/magit" :keywords
   '("bindings"))
.emacs.d/elpa/magit-popup-20170214.347/magit-popup.el → .emacs.d/elpa/magit-popup-20170308.146/magit-popup.el
@@ -12,7 +12,7 @@
 ;; Author: Jonas Bernoulli <jonas@bernoul.li>
 ;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>
 
-;; Package-Requires: ((emacs "24.4") (async "20161103.1036") (dash "20170207.2056"))
+;; Package-Requires: ((emacs "24.4") (async "20170219.942") (dash "20170207.2056"))
 ;; Keywords: bindings
 ;; Homepage: https://github.com/magit/magit
 
.emacs.d/elpa/magit-popup-20170214.347/magit-popup.elc → .emacs.d/elpa/magit-popup-20170308.146/magit-popup.elc
File renamed without changes
.emacs.d/elpa/magit-popup-20170214.347/magit-popup.info → .emacs.d/elpa/magit-popup-20170308.146/magit-popup.info
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/antlr-mode/project → .emacs.d/elpa/yasnippet-20170310.1724/snippets/antlr-mode/project
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/antlr-mode/property → .emacs.d/elpa/yasnippet-20170310.1724/snippets/antlr-mode/property
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/antlr-mode/target → .emacs.d/elpa/yasnippet-20170310.1724/snippets/antlr-mode/target
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/applescript-mode/.yas-parents → .emacs.d/elpa/yasnippet-20170310.1724/snippets/applescript-mode/.yas-parents
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/.yas-parents → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/.yas-parents
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/.yas-setup.el → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/.yas-setup.el
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/.yas-setup.elc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/.yas-setup.elc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/acl → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/acl
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/acm → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/acm
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/ajf → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/ajf
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/alo → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/alo
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/ano → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/ano
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/assert → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/assert
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/beginend → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/beginend
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/boost_require → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/boost_require
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/cerr → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/cerr
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/cin → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/cin
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/class → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/class
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/class11 → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/class11
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/cni → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/cni
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/cnt → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/cnt
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/const_[] → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/const_[]
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/constructor → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/constructor
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/cout → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/cout
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/cpb → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/cpb
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/cpi → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/cpi
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/cpn → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/cpn
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/cpp → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/cpp
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/cpy → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/cpy
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/cstd → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/cstd
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/d+= → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/d+=
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/d_operator → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/d_operator
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/d_operator[] → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/d_operator[]
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/d_operator[]_const → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/d_operator[]_const
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/d_operator_istream → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/d_operator_istream
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/d_operator_ostream → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/d_operator_ostream
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/delete → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/delete
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/delete[] → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/delete[]
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/doc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/doc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/dynamic_casting → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/dynamic_casting
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/enum → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/enum
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/eql → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/eql
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/erm → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/erm
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/ffo → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/ffo
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/fil → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/fil
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/fin → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/fin
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/fixture → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/fixture
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/fln → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/fln
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/fnd → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/fnd
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/fne → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/fne
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/fni → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/fni
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/fori → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/fori
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/fre → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/fre
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/friend → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/friend
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/fun_declaration → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/fun_declaration
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/gnn → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/gnn
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/gnr → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/gnr
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/gtest → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/gtest
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/ignore → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/ignore
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/ihp → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/ihp
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/ihu → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/ihu
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/inline → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/inline
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/io → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/io
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/ipr → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/ipr
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/ipt → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/ipt
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/iss → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/iss
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/isu → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/isu
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/ita → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/ita
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/iterator → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/iterator
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/ltr → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/ltr
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/lwr → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/lwr
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/lxc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/lxc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/map → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/map
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/member_function → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/member_function
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/mkh → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/mkh
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/mme → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/mme
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/mne → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/mne
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/module → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/module
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/mpb → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/mpb
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/mrg → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/mrg
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/msm → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/msm
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/mxe → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/mxe
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/namespace → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/namespace
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/nno → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/nno
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/ns → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/ns
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/nth → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/nth
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/nxp → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/nxp
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/oit → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/oit
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/operator!= → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/operator!=
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/operator+ → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/operator+
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/operator+= → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/operator+=
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/operator= → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/operator=
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/operator== → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/operator==
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/operator[] → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/operator[]
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/operator_istream → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/operator_istream
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/operator_ostream → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/operator_ostream
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/ostream → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/ostream
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/pack → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/pack
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/phh → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/phh
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/ppt → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/ppt
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/private → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/private
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/protected → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/protected
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/prp → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/prp
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/psc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/psc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/pst → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/pst
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/ptc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/ptc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/ptn → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/ptn
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/public → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/public
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/rci → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/rci
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/rmc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/rmc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/rmf → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/rmf
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/rmi → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/rmi
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/rmv → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/rmv
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/rpc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/rpc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/rpi → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/rpi
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/rpl → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/rpl
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/rtc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/rtc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/rte → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/rte
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/rvc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/rvc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/rvr → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/rvr
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/shf → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/shf
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/spt → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/spt
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/srh → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/srh
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/srn → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/srn
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/srt → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/srt
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/sstream → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/sstream
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/std → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/std
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/std_colon → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/std_colon
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/sth → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/sth
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/sti → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/sti
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/sto → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/sto
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/str → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/str
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/sts → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/sts
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/stv → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/stv
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/swr → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/swr
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/template → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/template
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/test case → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/test case
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/test_main → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/test_main
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/test_suite → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/test_suite
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/tfm → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/tfm
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/this → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/this
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/throw → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/throw
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/trm → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/trm
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/try → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/try
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/tryw → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/tryw
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/ucp → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/ucp
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/upr → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/upr
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/uqe → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/uqe
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/using → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/using
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c++-mode/vector → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c++-mode/vector
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c-mode/.yas-parents → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c-mode/.yas-parents
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c-mode/assert → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c-mode/assert
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c-mode/compile → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c-mode/compile
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c-mode/define → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c-mode/define
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c-mode/malloc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c-mode/malloc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c-mode/packed → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c-mode/packed
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c-mode/printf → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c-mode/printf
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c-mode/stdio → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c-mode/stdio
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c-mode/stdlib → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c-mode/stdlib
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c-mode/string → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c-mode/string
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c-mode/union → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c-mode/union
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/c-mode/unistd → .emacs.d/elpa/yasnippet-20170310.1724/snippets/c-mode/unistd
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cc-mode/case → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cc-mode/case
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cc-mode/do → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cc-mode/do
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cc-mode/else → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cc-mode/else
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cc-mode/file_description → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cc-mode/file_description
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cc-mode/fopen → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cc-mode/fopen
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cc-mode/for → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cc-mode/for
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cc-mode/for_n → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cc-mode/for_n
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cc-mode/function_description → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cc-mode/function_description
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cc-mode/if → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cc-mode/if
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cc-mode/ifdef → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cc-mode/ifdef
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cc-mode/inc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cc-mode/inc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cc-mode/inc.1 → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cc-mode/inc.1
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cc-mode/main → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cc-mode/main
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cc-mode/math → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cc-mode/math
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cc-mode/member_description → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cc-mode/member_description
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cc-mode/once → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cc-mode/once
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cc-mode/printf → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cc-mode/printf
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cc-mode/struct → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cc-mode/struct
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cc-mode/switch → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cc-mode/switch
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cc-mode/ternary → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cc-mode/ternary
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cc-mode/typedef → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cc-mode/typedef
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cc-mode/while → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cc-mode/while
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/action → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/action
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/bash → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/bash
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/cookbook_file → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/cookbook_file
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/cron → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/cron
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/cronf → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/cronf
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/deploy → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/deploy
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/directory → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/directory
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/directoryf → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/directoryf
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/env → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/env
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/execute → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/execute
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/executef → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/executef
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/file → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/file
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/filef → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/filef
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/git → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/git
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/group → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/group
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/http_request → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/http_request
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/http_requestp → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/http_requestp
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/ignore_failure → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/ignore_failure
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/inc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/inc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/linkf → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/linkf
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/log → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/log
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/machine → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/machine
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/meta → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/meta
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/not_if → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/not_if
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/notifies → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/notifies
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/only_if → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/only_if
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/pac → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/pac
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/pak → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/pak
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/provider → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/provider
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/python → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/python
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/remote_file → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/remote_file
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/retries → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/retries
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/role → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/role
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/ruby → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/ruby
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/script → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/script
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/service → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/service
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/servicep → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/servicep
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/subscribes → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/subscribes
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/supports → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/supports
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/template → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/template
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/templatev → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/templatev
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/chef-mode/user → .emacs.d/elpa/yasnippet-20170310.1724/snippets/chef-mode/user
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/.yas-parents → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/.yas-parents
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/bench → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/bench
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/bp → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/bp
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/def → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/def
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/defm → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/defm
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/defn → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/defn
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/defr → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/defr
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/deft → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/deft
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/doseq → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/doseq
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/fn → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/fn
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/for → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/for
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/if → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/if
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/ifl → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/ifl
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/import → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/import
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/is → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/is
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/let → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/let
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/map → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/map
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/map.lambda → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/map.lambda
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/mdoc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/mdoc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/ns → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/ns
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/opts → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/opts
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/pr → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/pr
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/print → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/print
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/reduce → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/reduce
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/require → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/require
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/test → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/test
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/try → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/try
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/use → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/use
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/when → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/when
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/clojure-mode/whenl → .emacs.d/elpa/yasnippet-20170310.1724/snippets/clojure-mode/whenl
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cmake-mode/add_executable → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cmake-mode/add_executable
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cmake-mode/add_library → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cmake-mode/add_library
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cmake-mode/cmake_minimum_required → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cmake-mode/cmake_minimum_required
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cmake-mode/foreach → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cmake-mode/foreach
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cmake-mode/function → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cmake-mode/function
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cmake-mode/if → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cmake-mode/if
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cmake-mode/ifelse → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cmake-mode/ifelse
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cmake-mode/include → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cmake-mode/include
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cmake-mode/macro → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cmake-mode/macro
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cmake-mode/message → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cmake-mode/message
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cmake-mode/option → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cmake-mode/option
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cmake-mode/project → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cmake-mode/project
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cmake-mode/set → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cmake-mode/set
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/conf-unix-mode/.yas-parents → .emacs.d/elpa/yasnippet-20170310.1724/snippets/conf-unix-mode/.yas-parents
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/conf-unix-mode/section → .emacs.d/elpa/yasnippet-20170310.1724/snippets/conf-unix-mode/section
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cperl-mode/.yas-parents → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cperl-mode/.yas-parents
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cpp-omnet-mode/emit_signal → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cpp-omnet-mode/emit_signal
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cpp-omnet-mode/EV → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cpp-omnet-mode/EV
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cpp-omnet-mode/intuniform → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cpp-omnet-mode/intuniform
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cpp-omnet-mode/math → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cpp-omnet-mode/math
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cpp-omnet-mode/nan → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cpp-omnet-mode/nan
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cpp-omnet-mode/omnet → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cpp-omnet-mode/omnet
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cpp-omnet-mode/parameter_omnetpp → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cpp-omnet-mode/parameter_omnetpp
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cpp-omnet-mode/scheduleAt → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cpp-omnet-mode/scheduleAt
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cpp-omnet-mode/uniform → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cpp-omnet-mode/uniform
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/csharp-mode/.yas-parents → .emacs.d/elpa/yasnippet-20170310.1724/snippets/csharp-mode/.yas-parents
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/csharp-mode/attrib → .emacs.d/elpa/yasnippet-20170310.1724/snippets/csharp-mode/attrib
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/csharp-mode/attrib.1 → .emacs.d/elpa/yasnippet-20170310.1724/snippets/csharp-mode/attrib.1
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/csharp-mode/attrib.2 → .emacs.d/elpa/yasnippet-20170310.1724/snippets/csharp-mode/attrib.2
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/csharp-mode/class → .emacs.d/elpa/yasnippet-20170310.1724/snippets/csharp-mode/class
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/csharp-mode/comment → .emacs.d/elpa/yasnippet-20170310.1724/snippets/csharp-mode/comment
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/csharp-mode/comment.1 → .emacs.d/elpa/yasnippet-20170310.1724/snippets/csharp-mode/comment.1
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/csharp-mode/comment.2 → .emacs.d/elpa/yasnippet-20170310.1724/snippets/csharp-mode/comment.2
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/csharp-mode/comment.3 → .emacs.d/elpa/yasnippet-20170310.1724/snippets/csharp-mode/comment.3
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/csharp-mode/fore → .emacs.d/elpa/yasnippet-20170310.1724/snippets/csharp-mode/fore
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/csharp-mode/method → .emacs.d/elpa/yasnippet-20170310.1724/snippets/csharp-mode/method
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/csharp-mode/namespace → .emacs.d/elpa/yasnippet-20170310.1724/snippets/csharp-mode/namespace
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/csharp-mode/prop → .emacs.d/elpa/yasnippet-20170310.1724/snippets/csharp-mode/prop
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/csharp-mode/region → .emacs.d/elpa/yasnippet-20170310.1724/snippets/csharp-mode/region
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/csharp-mode/using → .emacs.d/elpa/yasnippet-20170310.1724/snippets/csharp-mode/using
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/csharp-mode/using.1 → .emacs.d/elpa/yasnippet-20170310.1724/snippets/csharp-mode/using.1
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/csharp-mode/using.2 → .emacs.d/elpa/yasnippet-20170310.1724/snippets/csharp-mode/using.2
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/css-mode/bg → .emacs.d/elpa/yasnippet-20170310.1724/snippets/css-mode/bg
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/css-mode/bg.1 → .emacs.d/elpa/yasnippet-20170310.1724/snippets/css-mode/bg.1
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/css-mode/bor → .emacs.d/elpa/yasnippet-20170310.1724/snippets/css-mode/bor
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/css-mode/cl → .emacs.d/elpa/yasnippet-20170310.1724/snippets/css-mode/cl
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/css-mode/disp.block → .emacs.d/elpa/yasnippet-20170310.1724/snippets/css-mode/disp.block
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/css-mode/disp.inline → .emacs.d/elpa/yasnippet-20170310.1724/snippets/css-mode/disp.inline
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/css-mode/disp.none → .emacs.d/elpa/yasnippet-20170310.1724/snippets/css-mode/disp.none
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/css-mode/ff → .emacs.d/elpa/yasnippet-20170310.1724/snippets/css-mode/ff
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/css-mode/fs → .emacs.d/elpa/yasnippet-20170310.1724/snippets/css-mode/fs
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/css-mode/mar.bottom → .emacs.d/elpa/yasnippet-20170310.1724/snippets/css-mode/mar.bottom
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/css-mode/mar.left → .emacs.d/elpa/yasnippet-20170310.1724/snippets/css-mode/mar.left
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/css-mode/mar.mar → .emacs.d/elpa/yasnippet-20170310.1724/snippets/css-mode/mar.mar
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/css-mode/mar.margin → .emacs.d/elpa/yasnippet-20170310.1724/snippets/css-mode/mar.margin
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/css-mode/mar.right → .emacs.d/elpa/yasnippet-20170310.1724/snippets/css-mode/mar.right
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/css-mode/mar.top → .emacs.d/elpa/yasnippet-20170310.1724/snippets/css-mode/mar.top
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/css-mode/pad.bottom → .emacs.d/elpa/yasnippet-20170310.1724/snippets/css-mode/pad.bottom
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/css-mode/pad.left → .emacs.d/elpa/yasnippet-20170310.1724/snippets/css-mode/pad.left
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/css-mode/pad.pad → .emacs.d/elpa/yasnippet-20170310.1724/snippets/css-mode/pad.pad
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/css-mode/pad.padding → .emacs.d/elpa/yasnippet-20170310.1724/snippets/css-mode/pad.padding
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/css-mode/pad.right → .emacs.d/elpa/yasnippet-20170310.1724/snippets/css-mode/pad.right
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/css-mode/pad.top → .emacs.d/elpa/yasnippet-20170310.1724/snippets/css-mode/pad.top
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/css-mode/v → .emacs.d/elpa/yasnippet-20170310.1724/snippets/css-mode/v
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/dix-mode/e-in-mono-section → .emacs.d/elpa/yasnippet-20170310.1724/snippets/dix-mode/e-in-mono-section
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/dix-mode/e-in-pardef → .emacs.d/elpa/yasnippet-20170310.1724/snippets/dix-mode/e-in-pardef
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/dix-mode/p → .emacs.d/elpa/yasnippet-20170310.1724/snippets/dix-mode/p
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/dix-mode/par → .emacs.d/elpa/yasnippet-20170310.1724/snippets/dix-mode/par
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/dix-mode/pardef → .emacs.d/elpa/yasnippet-20170310.1724/snippets/dix-mode/pardef
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/dix-mode/s → .emacs.d/elpa/yasnippet-20170310.1724/snippets/dix-mode/s
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/dix-mode/sdef → .emacs.d/elpa/yasnippet-20170310.1724/snippets/dix-mode/sdef
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/dix-mode/section → .emacs.d/elpa/yasnippet-20170310.1724/snippets/dix-mode/section
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/elixir-mode/.yas-parents → .emacs.d/elpa/yasnippet-20170310.1724/snippets/elixir-mode/.yas-parents
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/elixir-mode/call → .emacs.d/elpa/yasnippet-20170310.1724/snippets/elixir-mode/call
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/elixir-mode/case → .emacs.d/elpa/yasnippet-20170310.1724/snippets/elixir-mode/case
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/elixir-mode/cast → .emacs.d/elpa/yasnippet-20170310.1724/snippets/elixir-mode/cast
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/elixir-mode/cond → .emacs.d/elpa/yasnippet-20170310.1724/snippets/elixir-mode/cond
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/elixir-mode/def → .emacs.d/elpa/yasnippet-20170310.1724/snippets/elixir-mode/def
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/elixir-mode/defmacro → .emacs.d/elpa/yasnippet-20170310.1724/snippets/elixir-mode/defmacro
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/elixir-mode/defmacrop → .emacs.d/elpa/yasnippet-20170310.1724/snippets/elixir-mode/defmacrop
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/elixir-mode/defmodule → .emacs.d/elpa/yasnippet-20170310.1724/snippets/elixir-mode/defmodule
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/elixir-mode/defp → .emacs.d/elpa/yasnippet-20170310.1724/snippets/elixir-mode/defp
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/elixir-mode/do → .emacs.d/elpa/yasnippet-20170310.1724/snippets/elixir-mode/do
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/elixir-mode/doc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/elixir-mode/doc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/elixir-mode/hcall → .emacs.d/elpa/yasnippet-20170310.1724/snippets/elixir-mode/hcall
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/elixir-mode/hcast → .emacs.d/elpa/yasnippet-20170310.1724/snippets/elixir-mode/hcast
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/elixir-mode/hinfo → .emacs.d/elpa/yasnippet-20170310.1724/snippets/elixir-mode/hinfo
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/elixir-mode/io → .emacs.d/elpa/yasnippet-20170310.1724/snippets/elixir-mode/io
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/elixir-mode/iop → .emacs.d/elpa/yasnippet-20170310.1724/snippets/elixir-mode/iop
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/elixir-mode/mdoc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/elixir-mode/mdoc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/elixir-mode/pry → .emacs.d/elpa/yasnippet-20170310.1724/snippets/elixir-mode/pry
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/.read_me → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/.read_me
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/add-hook → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/add-hook
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/and → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/and
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/append → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/append
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/apply → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/apply
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/aref → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/aref
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/aset → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/aset
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/assq → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/assq
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/autoload → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/autoload
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/backward-char → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/backward-char
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/beginning-of-line → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/beginning-of-line
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/bounds-of-thing-at-point → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/bounds-of-thing-at-point
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/buffer-file-name → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/buffer-file-name
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/buffer-modified-p → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/buffer-modified-p
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/buffer-substring → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/buffer-substring
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/buffer-substring-no-properties → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/buffer-substring-no-properties
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/car → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/car
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/cdr → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/cdr
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/concat → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/concat
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/cond → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/cond
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/condition-case → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/condition-case
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/cons → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/cons
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/consp → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/consp
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/const → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/const
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/copy-directory → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/copy-directory
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/copy-file → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/copy-file
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/current-buffer → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/current-buffer
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/custom-autoload → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/custom-autoload
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/defalias → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/defalias
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/defcustom → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/defcustom
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/define-key → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/define-key
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/defsubst → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/defsubst
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/defun → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/defun
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/defvar → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/defvar
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/delete-char → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/delete-char
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/delete-directory → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/delete-directory
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/delete-file → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/delete-file
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/delete-region → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/delete-region
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/directory-files → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/directory-files
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/dired.process_marked → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/dired.process_marked
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/dolist → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/dolist
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/end-of-line → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/end-of-line
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/eq → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/eq
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/equal → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/equal
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/error → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/error
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/ert-deftest → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/ert-deftest
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/expand-file-name → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/expand-file-name
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/fboundp → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/fboundp
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/file-name-directory → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/file-name-directory
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/file-name-extension → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/file-name-extension
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/file-name-nondirectory → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/file-name-nondirectory
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/file-name-sans-extension → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/file-name-sans-extension
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/file-relative-name → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/file-relative-name
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/file.process → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/file.process
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/file.read-lines → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/file.read-lines
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/find-file → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/find-file
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/find-replace → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/find-replace
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/format → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/format
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/forward-char → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/forward-char
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/forward-line → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/forward-line
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/funcall → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/funcall
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/function → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/function
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/get → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/get
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/global-set-key → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/global-set-key
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/goto-char → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/goto-char
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/grabstring → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/grabstring
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/grabthing → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/grabthing
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/hash → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/hash
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/if → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/if
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/insert → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/insert
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/insert-file-contents → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/insert-file-contents
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/interactive → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/interactive
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/kbd → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/kbd
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/kill-buffer → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/kill-buffer
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/lambda → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/lambda
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/length → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/length
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/let → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/let
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/line-beginning-position → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/line-beginning-position
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/line-end-position → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/line-end-position
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/list → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/list
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/looking-at → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/looking-at
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/make-directory → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/make-directory
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/make-local-variable → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/make-local-variable
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/mapc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/mapc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/mapcar → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/mapcar
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/match-beginning → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/match-beginning
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/match-end → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/match-end
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/match-string → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/match-string
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/memq → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/memq
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/message → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/message
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/minor_mode → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/minor_mode
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/not → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/not
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/nth → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/nth
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/null → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/null
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/number-to-string → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/number-to-string
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/or → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/or
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/point → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/point
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/point-max → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/point-max
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/point-min → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/point-min
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/princ → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/princ
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/print → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/print
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/progn → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/progn
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/push → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/push
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/put → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/put
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/re-search-backward → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/re-search-backward
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/re-search-forward → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/re-search-forward
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/region-active-p → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/region-active-p
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/region-beginning → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/region-beginning
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/region-end → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/region-end
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/rename-file → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/rename-file
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/repeat → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/repeat
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/replace-regexp → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/replace-regexp
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/replace-regexp-in-string → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/replace-regexp-in-string
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/require → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/require
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/save-buffer → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/save-buffer
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/save-excursion → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/save-excursion
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/search-backward → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/search-backward
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/search-backward-regexp → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/search-backward-regexp
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/search-forward → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/search-forward
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/search-forward-regexp → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/search-forward-regexp
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/set → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/set
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/set-buffer → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/set-buffer
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/set-file-modes → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/set-file-modes
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/set-mark → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/set-mark
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/setq → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/setq
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/should → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/should
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/skip-chars-backward → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/skip-chars-backward
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/skip-chars-forward → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/skip-chars-forward
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/split-string → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/split-string
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/string → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/string
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/string-match → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/string-match
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/string-to-number → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/string-to-number
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/string= → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/string=
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/stringp → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/stringp
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/substring → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/substring
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/thing-at-point → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/thing-at-point
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/traverse_dir → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/traverse_dir
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/unless → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/unless
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/vector → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/vector
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/when → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/when
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/while → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/while
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/widget-get → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/widget-get
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/with-current-buffer → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/with-current-buffer
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/word-or-region → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/word-or-region
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/word_regexp → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/word_regexp
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/x-dired.process_marked → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/x-dired.process_marked
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/x-file.process → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/x-file.process
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/x-file.read-lines → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/x-file.read-lines
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/x-find-replace → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/x-find-replace
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/x-grabstring → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/x-grabstring
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/x-grabthing → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/x-grabthing
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/x-traverse_dir → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/x-traverse_dir
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/x-word-or-region → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/x-word-or-region
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/emacs-lisp-mode/yes-or-no-p → .emacs.d/elpa/yasnippet-20170310.1724/snippets/emacs-lisp-mode/yes-or-no-p
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/erc-mode/blist → .emacs.d/elpa/yasnippet-20170310.1724/snippets/erc-mode/blist
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/erc-mode/help → .emacs.d/elpa/yasnippet-20170310.1724/snippets/erc-mode/help
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/erlang-mode/after → .emacs.d/elpa/yasnippet-20170310.1724/snippets/erlang-mode/after
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/erlang-mode/begin → .emacs.d/elpa/yasnippet-20170310.1724/snippets/erlang-mode/begin
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/erlang-mode/beh → .emacs.d/elpa/yasnippet-20170310.1724/snippets/erlang-mode/beh
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/erlang-mode/case → .emacs.d/elpa/yasnippet-20170310.1724/snippets/erlang-mode/case
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/erlang-mode/compile → .emacs.d/elpa/yasnippet-20170310.1724/snippets/erlang-mode/compile
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/erlang-mode/def → .emacs.d/elpa/yasnippet-20170310.1724/snippets/erlang-mode/def
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/erlang-mode/exp → .emacs.d/elpa/yasnippet-20170310.1724/snippets/erlang-mode/exp
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/erlang-mode/fun → .emacs.d/elpa/yasnippet-20170310.1724/snippets/erlang-mode/fun
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/erlang-mode/if → .emacs.d/elpa/yasnippet-20170310.1724/snippets/erlang-mode/if
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/erlang-mode/ifdef → .emacs.d/elpa/yasnippet-20170310.1724/snippets/erlang-mode/ifdef
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/erlang-mode/ifndef → .emacs.d/elpa/yasnippet-20170310.1724/snippets/erlang-mode/ifndef
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/erlang-mode/imp → .emacs.d/elpa/yasnippet-20170310.1724/snippets/erlang-mode/imp
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/erlang-mode/inc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/erlang-mode/inc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/erlang-mode/inc.lib → .emacs.d/elpa/yasnippet-20170310.1724/snippets/erlang-mode/inc.lib
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/erlang-mode/loop → .emacs.d/elpa/yasnippet-20170310.1724/snippets/erlang-mode/loop
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/erlang-mode/mod → .emacs.d/elpa/yasnippet-20170310.1724/snippets/erlang-mode/mod
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/erlang-mode/rcv → .emacs.d/elpa/yasnippet-20170310.1724/snippets/erlang-mode/rcv
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/erlang-mode/rcv.after → .emacs.d/elpa/yasnippet-20170310.1724/snippets/erlang-mode/rcv.after
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/erlang-mode/rec → .emacs.d/elpa/yasnippet-20170310.1724/snippets/erlang-mode/rec
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/erlang-mode/try → .emacs.d/elpa/yasnippet-20170310.1724/snippets/erlang-mode/try
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/erlang-mode/undef → .emacs.d/elpa/yasnippet-20170310.1724/snippets/erlang-mode/undef
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/f90-mode/bd → .emacs.d/elpa/yasnippet-20170310.1724/snippets/f90-mode/bd
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/f90-mode/c → .emacs.d/elpa/yasnippet-20170310.1724/snippets/f90-mode/c
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/f90-mode/ch → .emacs.d/elpa/yasnippet-20170310.1724/snippets/f90-mode/ch
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/f90-mode/cx → .emacs.d/elpa/yasnippet-20170310.1724/snippets/f90-mode/cx
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/f90-mode/dc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/f90-mode/dc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/f90-mode/do → .emacs.d/elpa/yasnippet-20170310.1724/snippets/f90-mode/do
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/f90-mode/dp → .emacs.d/elpa/yasnippet-20170310.1724/snippets/f90-mode/dp
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/f90-mode/forall → .emacs.d/elpa/yasnippet-20170310.1724/snippets/f90-mode/forall
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/f90-mode/function → .emacs.d/elpa/yasnippet-20170310.1724/snippets/f90-mode/function
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/f90-mode/if → .emacs.d/elpa/yasnippet-20170310.1724/snippets/f90-mode/if
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/f90-mode/in → .emacs.d/elpa/yasnippet-20170310.1724/snippets/f90-mode/in
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/f90-mode/inc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/f90-mode/inc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/f90-mode/intr → .emacs.d/elpa/yasnippet-20170310.1724/snippets/f90-mode/intr
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/f90-mode/l → .emacs.d/elpa/yasnippet-20170310.1724/snippets/f90-mode/l
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/f90-mode/module → .emacs.d/elpa/yasnippet-20170310.1724/snippets/f90-mode/module
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/f90-mode/pa → .emacs.d/elpa/yasnippet-20170310.1724/snippets/f90-mode/pa
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/f90-mode/program → .emacs.d/elpa/yasnippet-20170310.1724/snippets/f90-mode/program
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/f90-mode/puref → .emacs.d/elpa/yasnippet-20170310.1724/snippets/f90-mode/puref
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/f90-mode/pures → .emacs.d/elpa/yasnippet-20170310.1724/snippets/f90-mode/pures
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/f90-mode/re → .emacs.d/elpa/yasnippet-20170310.1724/snippets/f90-mode/re
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/f90-mode/subroutine → .emacs.d/elpa/yasnippet-20170310.1724/snippets/f90-mode/subroutine
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/f90-mode/until → .emacs.d/elpa/yasnippet-20170310.1724/snippets/f90-mode/until
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/f90-mode/where → .emacs.d/elpa/yasnippet-20170310.1724/snippets/f90-mode/where
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/f90-mode/while → .emacs.d/elpa/yasnippet-20170310.1724/snippets/f90-mode/while
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/f90-mode/wr → .emacs.d/elpa/yasnippet-20170310.1724/snippets/f90-mode/wr
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/faust-mode/button → .emacs.d/elpa/yasnippet-20170310.1724/snippets/faust-mode/button
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/faust-mode/case → .emacs.d/elpa/yasnippet-20170310.1724/snippets/faust-mode/case
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/faust-mode/checkbox → .emacs.d/elpa/yasnippet-20170310.1724/snippets/faust-mode/checkbox
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/faust-mode/component → .emacs.d/elpa/yasnippet-20170310.1724/snippets/faust-mode/component
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/faust-mode/declare → .emacs.d/elpa/yasnippet-20170310.1724/snippets/faust-mode/declare
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/faust-mode/declareauthor → .emacs.d/elpa/yasnippet-20170310.1724/snippets/faust-mode/declareauthor
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/faust-mode/declarelicense → .emacs.d/elpa/yasnippet-20170310.1724/snippets/faust-mode/declarelicense
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/faust-mode/declarename → .emacs.d/elpa/yasnippet-20170310.1724/snippets/faust-mode/declarename
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/faust-mode/declareversion → .emacs.d/elpa/yasnippet-20170310.1724/snippets/faust-mode/declareversion
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/faust-mode/hbargraph → .emacs.d/elpa/yasnippet-20170310.1724/snippets/faust-mode/hbargraph
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/faust-mode/header → .emacs.d/elpa/yasnippet-20170310.1724/snippets/faust-mode/header
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/faust-mode/hgroup → .emacs.d/elpa/yasnippet-20170310.1724/snippets/faust-mode/hgroup
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/faust-mode/hslider → .emacs.d/elpa/yasnippet-20170310.1724/snippets/faust-mode/hslider
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/faust-mode/import → .emacs.d/elpa/yasnippet-20170310.1724/snippets/faust-mode/import
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/faust-mode/nentry → .emacs.d/elpa/yasnippet-20170310.1724/snippets/faust-mode/nentry
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/faust-mode/par → .emacs.d/elpa/yasnippet-20170310.1724/snippets/faust-mode/par
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/faust-mode/process → .emacs.d/elpa/yasnippet-20170310.1724/snippets/faust-mode/process
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/faust-mode/processx → .emacs.d/elpa/yasnippet-20170310.1724/snippets/faust-mode/processx
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/faust-mode/prod → .emacs.d/elpa/yasnippet-20170310.1724/snippets/faust-mode/prod
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/faust-mode/rule → .emacs.d/elpa/yasnippet-20170310.1724/snippets/faust-mode/rule
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/faust-mode/seq → .emacs.d/elpa/yasnippet-20170310.1724/snippets/faust-mode/seq
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/faust-mode/sum → .emacs.d/elpa/yasnippet-20170310.1724/snippets/faust-mode/sum
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/faust-mode/tgroup → .emacs.d/elpa/yasnippet-20170310.1724/snippets/faust-mode/tgroup
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/faust-mode/vbargraph → .emacs.d/elpa/yasnippet-20170310.1724/snippets/faust-mode/vbargraph
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/faust-mode/vgroup → .emacs.d/elpa/yasnippet-20170310.1724/snippets/faust-mode/vgroup
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/faust-mode/vslider → .emacs.d/elpa/yasnippet-20170310.1724/snippets/faust-mode/vslider
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/faust-mode/with → .emacs.d/elpa/yasnippet-20170310.1724/snippets/faust-mode/with
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/git-commit-mode/.yas-parents → .emacs.d/elpa/yasnippet-20170310.1724/snippets/git-commit-mode/.yas-parents
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/git-commit-mode/fixes → .emacs.d/elpa/yasnippet-20170310.1724/snippets/git-commit-mode/fixes
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/git-commit-mode/references → .emacs.d/elpa/yasnippet-20170310.1724/snippets/git-commit-mode/references
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/go-mode/benchmark → .emacs.d/elpa/yasnippet-20170310.1724/snippets/go-mode/benchmark
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/go-mode/const → .emacs.d/elpa/yasnippet-20170310.1724/snippets/go-mode/const
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/go-mode/const( → .emacs.d/elpa/yasnippet-20170310.1724/snippets/go-mode/const(
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/go-mode/dd → .emacs.d/elpa/yasnippet-20170310.1724/snippets/go-mode/dd
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/go-mode/default → .emacs.d/elpa/yasnippet-20170310.1724/snippets/go-mode/default
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/go-mode/else → .emacs.d/elpa/yasnippet-20170310.1724/snippets/go-mode/else
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/go-mode/error → .emacs.d/elpa/yasnippet-20170310.1724/snippets/go-mode/error
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/go-mode/example → .emacs.d/elpa/yasnippet-20170310.1724/snippets/go-mode/example
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/go-mode/for → .emacs.d/elpa/yasnippet-20170310.1724/snippets/go-mode/for
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/go-mode/forrange → .emacs.d/elpa/yasnippet-20170310.1724/snippets/go-mode/forrange
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/go-mode/func → .emacs.d/elpa/yasnippet-20170310.1724/snippets/go-mode/func
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/go-mode/if → .emacs.d/elpa/yasnippet-20170310.1724/snippets/go-mode/if
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/go-mode/iferr → .emacs.d/elpa/yasnippet-20170310.1724/snippets/go-mode/iferr
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/go-mode/import → .emacs.d/elpa/yasnippet-20170310.1724/snippets/go-mode/import
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/go-mode/import( → .emacs.d/elpa/yasnippet-20170310.1724/snippets/go-mode/import(
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/go-mode/lambda → .emacs.d/elpa/yasnippet-20170310.1724/snippets/go-mode/lambda
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/go-mode/main → .emacs.d/elpa/yasnippet-20170310.1724/snippets/go-mode/main
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/go-mode/map → .emacs.d/elpa/yasnippet-20170310.1724/snippets/go-mode/map
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/go-mode/parallel_benchmark → .emacs.d/elpa/yasnippet-20170310.1724/snippets/go-mode/parallel_benchmark
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/go-mode/printf → .emacs.d/elpa/yasnippet-20170310.1724/snippets/go-mode/printf
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/go-mode/select → .emacs.d/elpa/yasnippet-20170310.1724/snippets/go-mode/select
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/go-mode/switch → .emacs.d/elpa/yasnippet-20170310.1724/snippets/go-mode/switch
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/go-mode/test → .emacs.d/elpa/yasnippet-20170310.1724/snippets/go-mode/test
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/go-mode/testmain → .emacs.d/elpa/yasnippet-20170310.1724/snippets/go-mode/testmain
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/go-mode/type → .emacs.d/elpa/yasnippet-20170310.1724/snippets/go-mode/type
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/go-mode/var → .emacs.d/elpa/yasnippet-20170310.1724/snippets/go-mode/var
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/go-mode/var( → .emacs.d/elpa/yasnippet-20170310.1724/snippets/go-mode/var(
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/groovy-mode/.yas-parents → .emacs.d/elpa/yasnippet-20170310.1724/snippets/groovy-mode/.yas-parents
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/groovy-mode/class → .emacs.d/elpa/yasnippet-20170310.1724/snippets/groovy-mode/class
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/groovy-mode/def → .emacs.d/elpa/yasnippet-20170310.1724/snippets/groovy-mode/def
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/groovy-mode/dict → .emacs.d/elpa/yasnippet-20170310.1724/snippets/groovy-mode/dict
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/groovy-mode/for → .emacs.d/elpa/yasnippet-20170310.1724/snippets/groovy-mode/for
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/groovy-mode/println → .emacs.d/elpa/yasnippet-20170310.1724/snippets/groovy-mode/println
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/groovy-mode/times → .emacs.d/elpa/yasnippet-20170310.1724/snippets/groovy-mode/times
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/haskell-mode/case → .emacs.d/elpa/yasnippet-20170310.1724/snippets/haskell-mode/case
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/haskell-mode/data → .emacs.d/elpa/yasnippet-20170310.1724/snippets/haskell-mode/data
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/haskell-mode/doc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/haskell-mode/doc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/haskell-mode/efix → .emacs.d/elpa/yasnippet-20170310.1724/snippets/haskell-mode/efix
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/haskell-mode/function → .emacs.d/elpa/yasnippet-20170310.1724/snippets/haskell-mode/function
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/haskell-mode/functione → .emacs.d/elpa/yasnippet-20170310.1724/snippets/haskell-mode/functione
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/haskell-mode/import → .emacs.d/elpa/yasnippet-20170310.1724/snippets/haskell-mode/import
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/haskell-mode/instance → .emacs.d/elpa/yasnippet-20170310.1724/snippets/haskell-mode/instance
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/haskell-mode/main → .emacs.d/elpa/yasnippet-20170310.1724/snippets/haskell-mode/main
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/haskell-mode/module → .emacs.d/elpa/yasnippet-20170310.1724/snippets/haskell-mode/module
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/haskell-mode/new class → .emacs.d/elpa/yasnippet-20170310.1724/snippets/haskell-mode/new class
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/haskell-mode/pragma → .emacs.d/elpa/yasnippet-20170310.1724/snippets/haskell-mode/pragma
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/haskell-mode/print → .emacs.d/elpa/yasnippet-20170310.1724/snippets/haskell-mode/print
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/html-mode/.yas-parents → .emacs.d/elpa/yasnippet-20170310.1724/snippets/html-mode/.yas-parents
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/html-mode/dd → .emacs.d/elpa/yasnippet-20170310.1724/snippets/html-mode/dd
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/html-mode/dl → .emacs.d/elpa/yasnippet-20170310.1724/snippets/html-mode/dl
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/html-mode/doctype → .emacs.d/elpa/yasnippet-20170310.1724/snippets/html-mode/doctype
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/html-mode/doctype.html5 → .emacs.d/elpa/yasnippet-20170310.1724/snippets/html-mode/doctype.html5
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/html-mode/doctype.xhtml1 → .emacs.d/elpa/yasnippet-20170310.1724/snippets/html-mode/doctype.xhtml1
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/html-mode/doctype.xhtml1_1 → .emacs.d/elpa/yasnippet-20170310.1724/snippets/html-mode/doctype.xhtml1_1
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/html-mode/doctype.xhtml1_strict → .emacs.d/elpa/yasnippet-20170310.1724/snippets/html-mode/doctype.xhtml1_strict
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/html-mode/doctype.xhtml1_transitional → .emacs.d/elpa/yasnippet-20170310.1724/snippets/html-mode/doctype.xhtml1_transitional
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/html-mode/dt → .emacs.d/elpa/yasnippet-20170310.1724/snippets/html-mode/dt
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/html-mode/form → .emacs.d/elpa/yasnippet-20170310.1724/snippets/html-mode/form
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/html-mode/html → .emacs.d/elpa/yasnippet-20170310.1724/snippets/html-mode/html
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/html-mode/html.xmlns → .emacs.d/elpa/yasnippet-20170310.1724/snippets/html-mode/html.xmlns
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/html-mode/link.import → .emacs.d/elpa/yasnippet-20170310.1724/snippets/html-mode/link.import
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/html-mode/link.stylesheet → .emacs.d/elpa/yasnippet-20170310.1724/snippets/html-mode/link.stylesheet
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/html-mode/link.stylesheet-ie → .emacs.d/elpa/yasnippet-20170310.1724/snippets/html-mode/link.stylesheet-ie
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/html-mode/mailto → .emacs.d/elpa/yasnippet-20170310.1724/snippets/html-mode/mailto
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/html-mode/meta → .emacs.d/elpa/yasnippet-20170310.1724/snippets/html-mode/meta
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/html-mode/meta.http-equiv → .emacs.d/elpa/yasnippet-20170310.1724/snippets/html-mode/meta.http-equiv
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/html-mode/script.javascript → .emacs.d/elpa/yasnippet-20170310.1724/snippets/html-mode/script.javascript
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/html-mode/script.javascript-src → .emacs.d/elpa/yasnippet-20170310.1724/snippets/html-mode/script.javascript-src
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/html-mode/textarea → .emacs.d/elpa/yasnippet-20170310.1724/snippets/html-mode/textarea
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/html-mode/th → .emacs.d/elpa/yasnippet-20170310.1724/snippets/html-mode/th
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/apr_assert → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/apr_assert
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/assert → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/assert
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/assertEquals → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/assertEquals
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/cls → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/cls
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/constructor → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/constructor
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/define test method → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/define test method
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/doc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/doc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/equals → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/equals
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/file_class → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/file_class
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/for → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/for
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/fori → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/fori
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/getter → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/getter
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/if → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/if
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/ife → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/ife
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/import → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/import
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/iterator → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/iterator
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/javadoc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/javadoc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/lambda → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/lambda
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/main → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/main
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/main_class → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/main_class
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/method → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/method
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/new → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/new
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/override → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/override
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/param → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/param
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/printf → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/printf
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/println → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/println
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/return → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/return
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/test → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/test
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/testClass → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/testClass
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/this → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/this
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/toString → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/toString
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/try → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/try
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/java-mode/value → .emacs.d/elpa/yasnippet-20170310.1724/snippets/java-mode/value
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/js-mode/al → .emacs.d/elpa/yasnippet-20170310.1724/snippets/js-mode/al
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/js-mode/class → .emacs.d/elpa/yasnippet-20170310.1724/snippets/js-mode/class
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/js-mode/com → .emacs.d/elpa/yasnippet-20170310.1724/snippets/js-mode/com
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/js-mode/debugger → .emacs.d/elpa/yasnippet-20170310.1724/snippets/js-mode/debugger
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/js-mode/each → .emacs.d/elpa/yasnippet-20170310.1724/snippets/js-mode/each
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/js-mode/el → .emacs.d/elpa/yasnippet-20170310.1724/snippets/js-mode/el
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/js-mode/ev.add → .emacs.d/elpa/yasnippet-20170310.1724/snippets/js-mode/ev.add
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/js-mode/ev.fire → .emacs.d/elpa/yasnippet-20170310.1724/snippets/js-mode/ev.fire
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/js-mode/for → .emacs.d/elpa/yasnippet-20170310.1724/snippets/js-mode/for
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/js-mode/function → .emacs.d/elpa/yasnippet-20170310.1724/snippets/js-mode/function
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/js-mode/if → .emacs.d/elpa/yasnippet-20170310.1724/snippets/js-mode/if
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/js-mode/init → .emacs.d/elpa/yasnippet-20170310.1724/snippets/js-mode/init
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/js-mode/log → .emacs.d/elpa/yasnippet-20170310.1724/snippets/js-mode/log
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/js-mode/multiline-comment → .emacs.d/elpa/yasnippet-20170310.1724/snippets/js-mode/multiline-comment
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/js-mode/param-comment → .emacs.d/elpa/yasnippet-20170310.1724/snippets/js-mode/param-comment
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/js-mode/req.html → .emacs.d/elpa/yasnippet-20170310.1724/snippets/js-mode/req.html
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/js-mode/req.json → .emacs.d/elpa/yasnippet-20170310.1724/snippets/js-mode/req.json
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/js-mode/return-comment → .emacs.d/elpa/yasnippet-20170310.1724/snippets/js-mode/return-comment
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/js-mode/type-inline-comment → .emacs.d/elpa/yasnippet-20170310.1724/snippets/js-mode/type-inline-comment
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/js-mode/type-multiline-comment → .emacs.d/elpa/yasnippet-20170310.1724/snippets/js-mode/type-multiline-comment
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/acronym → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/acronym
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/alertblock → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/alertblock
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/alg → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/alg
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/article → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/article
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/begin → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/begin
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/block → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/block
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/capgls → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/capgls
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/caption → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/caption
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/cite → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/cite
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/code → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/code
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/columns → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/columns
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/documentclass → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/documentclass
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/emph → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/emph
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/enumerate → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/enumerate
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/figure → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/figure
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/frac → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/frac
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/frame → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/frame
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/gls → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/gls
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/glspl → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/glspl
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/if → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/if
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/includegraphics → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/includegraphics
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/item → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/item
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/itemize → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/itemize
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/label → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/label
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/listing → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/listing
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/moderncv → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/moderncv
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/moderncv-cvcomputer → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/moderncv-cvcomputer
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/moderncv-cventry → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/moderncv-cventry
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/moderncv-cvlanguage → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/moderncv-cvlanguage
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/moderncv-cvline → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/moderncv-cvline
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/moderncv-cvlistdoubleitem → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/moderncv-cvlistdoubleitem
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/moderncv-cvlistitem → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/moderncv-cvlistitem
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/movie → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/movie
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/newcommand → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/newcommand
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/newglossaryentry → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/newglossaryentry
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/note → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/note
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/python → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/python
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/question → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/question
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/section → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/section
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/subf → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/subf
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/subfigure → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/subfigure
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/subsec → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/subsec
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/textbf → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/textbf
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/latex-mode/usepackage → .emacs.d/elpa/yasnippet-20170310.1724/snippets/latex-mode/usepackage
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/lisp-interaction-mode/defun → .emacs.d/elpa/yasnippet-20170310.1724/snippets/lisp-interaction-mode/defun
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/lisp-mode/class → .emacs.d/elpa/yasnippet-20170310.1724/snippets/lisp-mode/class
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/lisp-mode/comment → .emacs.d/elpa/yasnippet-20170310.1724/snippets/lisp-mode/comment
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/lisp-mode/defpackage → .emacs.d/elpa/yasnippet-20170310.1724/snippets/lisp-mode/defpackage
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/lisp-mode/do → .emacs.d/elpa/yasnippet-20170310.1724/snippets/lisp-mode/do
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/lisp-mode/for → .emacs.d/elpa/yasnippet-20170310.1724/snippets/lisp-mode/for
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/lisp-mode/foreach → .emacs.d/elpa/yasnippet-20170310.1724/snippets/lisp-mode/foreach
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/lisp-mode/format → .emacs.d/elpa/yasnippet-20170310.1724/snippets/lisp-mode/format
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/lisp-mode/if → .emacs.d/elpa/yasnippet-20170310.1724/snippets/lisp-mode/if
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/lisp-mode/ifelse → .emacs.d/elpa/yasnippet-20170310.1724/snippets/lisp-mode/ifelse
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/lisp-mode/ifnot → .emacs.d/elpa/yasnippet-20170310.1724/snippets/lisp-mode/ifnot
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/lisp-mode/slot → .emacs.d/elpa/yasnippet-20170310.1724/snippets/lisp-mode/slot
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/lisp-mode/switch → .emacs.d/elpa/yasnippet-20170310.1724/snippets/lisp-mode/switch
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/lisp-mode/typecast → .emacs.d/elpa/yasnippet-20170310.1724/snippets/lisp-mode/typecast
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/lua-mode/fun → .emacs.d/elpa/yasnippet-20170310.1724/snippets/lua-mode/fun
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/m4-mode/def → .emacs.d/elpa/yasnippet-20170310.1724/snippets/m4-mode/def
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/makefile-automake-mode/noinst_HEADERS → .emacs.d/elpa/yasnippet-20170310.1724/snippets/makefile-automake-mode/noinst_HEADERS
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/makefile-bsdmake-mode/echo → .emacs.d/elpa/yasnippet-20170310.1724/snippets/makefile-bsdmake-mode/echo
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/makefile-bsdmake-mode/gen → .emacs.d/elpa/yasnippet-20170310.1724/snippets/makefile-bsdmake-mode/gen
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/makefile-bsdmake-mode/if → .emacs.d/elpa/yasnippet-20170310.1724/snippets/makefile-bsdmake-mode/if
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/makefile-bsdmake-mode/PHONY → .emacs.d/elpa/yasnippet-20170310.1724/snippets/makefile-bsdmake-mode/PHONY
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/makefile-bsdmake-mode/var → .emacs.d/elpa/yasnippet-20170310.1724/snippets/makefile-bsdmake-mode/var
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/makefile-gmake-mode/abspath → .emacs.d/elpa/yasnippet-20170310.1724/snippets/makefile-gmake-mode/abspath
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/makefile-gmake-mode/addprefix → .emacs.d/elpa/yasnippet-20170310.1724/snippets/makefile-gmake-mode/addprefix
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/makefile-gmake-mode/addsuffix → .emacs.d/elpa/yasnippet-20170310.1724/snippets/makefile-gmake-mode/addsuffix
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/makefile-gmake-mode/dir → .emacs.d/elpa/yasnippet-20170310.1724/snippets/makefile-gmake-mode/dir
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/makefile-gmake-mode/make → .emacs.d/elpa/yasnippet-20170310.1724/snippets/makefile-gmake-mode/make
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/makefile-gmake-mode/notdir → .emacs.d/elpa/yasnippet-20170310.1724/snippets/makefile-gmake-mode/notdir
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/makefile-gmake-mode/patsubst → .emacs.d/elpa/yasnippet-20170310.1724/snippets/makefile-gmake-mode/patsubst
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/makefile-gmake-mode/phony → .emacs.d/elpa/yasnippet-20170310.1724/snippets/makefile-gmake-mode/phony
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/makefile-gmake-mode/shell → .emacs.d/elpa/yasnippet-20170310.1724/snippets/makefile-gmake-mode/shell
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/makefile-gmake-mode/special → .emacs.d/elpa/yasnippet-20170310.1724/snippets/makefile-gmake-mode/special
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/makefile-gmake-mode/template → .emacs.d/elpa/yasnippet-20170310.1724/snippets/makefile-gmake-mode/template
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/makefile-gmake-mode/wildcard → .emacs.d/elpa/yasnippet-20170310.1724/snippets/makefile-gmake-mode/wildcard
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/makefile-mode/all → .emacs.d/elpa/yasnippet-20170310.1724/snippets/makefile-mode/all
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/makefile-mode/clean → .emacs.d/elpa/yasnippet-20170310.1724/snippets/makefile-mode/clean
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/malabar-mode/variable → .emacs.d/elpa/yasnippet-20170310.1724/snippets/malabar-mode/variable
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/markdown-mode/+ → .emacs.d/elpa/yasnippet-20170310.1724/snippets/markdown-mode/+
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/markdown-mode/- → .emacs.d/elpa/yasnippet-20170310.1724/snippets/markdown-mode/-
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/markdown-mode/_ → .emacs.d/elpa/yasnippet-20170310.1724/snippets/markdown-mode/_
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/markdown-mode/__ → .emacs.d/elpa/yasnippet-20170310.1724/snippets/markdown-mode/__
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/markdown-mode/` → .emacs.d/elpa/yasnippet-20170310.1724/snippets/markdown-mode/`
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/markdown-mode/h1.1 → .emacs.d/elpa/yasnippet-20170310.1724/snippets/markdown-mode/h1.1
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/markdown-mode/h1.2 → .emacs.d/elpa/yasnippet-20170310.1724/snippets/markdown-mode/h1.2
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/markdown-mode/h2.1 → .emacs.d/elpa/yasnippet-20170310.1724/snippets/markdown-mode/h2.1
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/markdown-mode/h2.2 → .emacs.d/elpa/yasnippet-20170310.1724/snippets/markdown-mode/h2.2
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/markdown-mode/h3 → .emacs.d/elpa/yasnippet-20170310.1724/snippets/markdown-mode/h3
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/markdown-mode/h4 → .emacs.d/elpa/yasnippet-20170310.1724/snippets/markdown-mode/h4
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/markdown-mode/h5 → .emacs.d/elpa/yasnippet-20170310.1724/snippets/markdown-mode/h5
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/markdown-mode/h6 → .emacs.d/elpa/yasnippet-20170310.1724/snippets/markdown-mode/h6
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/markdown-mode/highlight → .emacs.d/elpa/yasnippet-20170310.1724/snippets/markdown-mode/highlight
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/markdown-mode/hr.1 → .emacs.d/elpa/yasnippet-20170310.1724/snippets/markdown-mode/hr.1
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/markdown-mode/hr.2 → .emacs.d/elpa/yasnippet-20170310.1724/snippets/markdown-mode/hr.2
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/markdown-mode/img → .emacs.d/elpa/yasnippet-20170310.1724/snippets/markdown-mode/img
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/markdown-mode/ol → .emacs.d/elpa/yasnippet-20170310.1724/snippets/markdown-mode/ol
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/markdown-mode/rimg → .emacs.d/elpa/yasnippet-20170310.1724/snippets/markdown-mode/rimg
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/markdown-mode/rlb → .emacs.d/elpa/yasnippet-20170310.1724/snippets/markdown-mode/rlb
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/markdown-mode/utf8 → .emacs.d/elpa/yasnippet-20170310.1724/snippets/markdown-mode/utf8
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ned-mode/.yas-parents → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ned-mode/.yas-parents
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ned-mode/chan → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ned-mode/chan
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ned-mode/connections → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ned-mode/connections
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ned-mode/for → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ned-mode/for
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ned-mode/import → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ned-mode/import
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ned-mode/network → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ned-mode/network
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ned-mode/simple → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ned-mode/simple
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ned-mode/submodules → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ned-mode/submodules
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nesc-mode/.yas-parents → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nesc-mode/.yas-parents
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nesc-mode/command → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nesc-mode/command
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nesc-mode/dbg → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nesc-mode/dbg
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nesc-mode/event → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nesc-mode/event
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nesc-mode/ifdef → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nesc-mode/ifdef
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nesc-mode/interface → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nesc-mode/interface
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nesc-mode/module → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nesc-mode/module
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nesc-mode/nx → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nesc-mode/nx
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nesc-mode/provides → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nesc-mode/provides
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nesc-mode/sim → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nesc-mode/sim
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nesc-mode/TOSSIM → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nesc-mode/TOSSIM
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nesc-mode/uint8_t → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nesc-mode/uint8_t
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nesc-mode/uses → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nesc-mode/uses
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nix-mode/buildPhase → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nix-mode/buildPhase
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nix-mode/checkPhase → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nix-mode/checkPhase
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nix-mode/configurePhase → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nix-mode/configurePhase
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nix-mode/distPhase → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nix-mode/distPhase
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nix-mode/fixPhase → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nix-mode/fixPhase
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nix-mode/installCheckPhase → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nix-mode/installCheckPhase
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nix-mode/installPhase → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nix-mode/installPhase
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nix-mode/package_github → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nix-mode/package_github
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nix-mode/package_url → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nix-mode/package_url
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nix-mode/patchPhase → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nix-mode/patchPhase
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nix-mode/phases → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nix-mode/phases
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nix-mode/unpackPhase → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nix-mode/unpackPhase
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nsis-mode/.yas-parents → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nsis-mode/.yas-parents
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nsis-mode/define → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nsis-mode/define
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nsis-mode/function → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nsis-mode/function
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nsis-mode/if → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nsis-mode/if
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nsis-mode/include → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nsis-mode/include
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nsis-mode/insert_macro → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nsis-mode/insert_macro
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nsis-mode/instdir → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nsis-mode/instdir
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nsis-mode/macro → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nsis-mode/macro
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nsis-mode/message → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nsis-mode/message
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nsis-mode/outdir → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nsis-mode/outdir
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nsis-mode/outfile → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nsis-mode/outfile
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nsis-mode/section → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nsis-mode/section
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nxml-mode/body → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nxml-mode/body
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nxml-mode/br → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nxml-mode/br
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nxml-mode/doctype → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nxml-mode/doctype
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nxml-mode/doctype_xhtml1_strict → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nxml-mode/doctype_xhtml1_strict
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nxml-mode/doctype_xhtml1_transitional → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nxml-mode/doctype_xhtml1_transitional
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nxml-mode/form → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nxml-mode/form
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nxml-mode/href → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nxml-mode/href
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nxml-mode/html → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nxml-mode/html
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nxml-mode/img → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nxml-mode/img
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nxml-mode/input → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nxml-mode/input
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nxml-mode/meta → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nxml-mode/meta
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nxml-mode/name → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nxml-mode/name
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nxml-mode/quote → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nxml-mode/quote
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nxml-mode/style → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nxml-mode/style
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nxml-mode/tag → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nxml-mode/tag
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nxml-mode/tag_closing → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nxml-mode/tag_closing
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/nxml-mode/tag_newline → .emacs.d/elpa/yasnippet-20170310.1724/snippets/nxml-mode/tag_newline
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/octave-mode/for → .emacs.d/elpa/yasnippet-20170310.1724/snippets/octave-mode/for
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/octave-mode/function → .emacs.d/elpa/yasnippet-20170310.1724/snippets/octave-mode/function
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/octave-mode/if → .emacs.d/elpa/yasnippet-20170310.1724/snippets/octave-mode/if
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/org-mode/dot → .emacs.d/elpa/yasnippet-20170310.1724/snippets/org-mode/dot
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/org-mode/elisp → .emacs.d/elpa/yasnippet-20170310.1724/snippets/org-mode/elisp
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/org-mode/embedded → .emacs.d/elpa/yasnippet-20170310.1724/snippets/org-mode/embedded
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/org-mode/entry → .emacs.d/elpa/yasnippet-20170310.1724/snippets/org-mode/entry
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/org-mode/figure → .emacs.d/elpa/yasnippet-20170310.1724/snippets/org-mode/figure
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/org-mode/img → .emacs.d/elpa/yasnippet-20170310.1724/snippets/org-mode/img
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/org-mode/latex → .emacs.d/elpa/yasnippet-20170310.1724/snippets/org-mode/latex
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/org-mode/matrix → .emacs.d/elpa/yasnippet-20170310.1724/snippets/org-mode/matrix
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/org-mode/uml → .emacs.d/elpa/yasnippet-20170310.1724/snippets/org-mode/uml
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/org-mode/verse → .emacs.d/elpa/yasnippet-20170310.1724/snippets/org-mode/verse
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/perl-mode/.yas-parents → .emacs.d/elpa/yasnippet-20170310.1724/snippets/perl-mode/.yas-parents
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/perl-mode/eval → .emacs.d/elpa/yasnippet-20170310.1724/snippets/perl-mode/eval
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/perl-mode/for → .emacs.d/elpa/yasnippet-20170310.1724/snippets/perl-mode/for
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/perl-mode/fore → .emacs.d/elpa/yasnippet-20170310.1724/snippets/perl-mode/fore
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/perl-mode/if → .emacs.d/elpa/yasnippet-20170310.1724/snippets/perl-mode/if
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/perl-mode/ife → .emacs.d/elpa/yasnippet-20170310.1724/snippets/perl-mode/ife
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/perl-mode/ifee → .emacs.d/elpa/yasnippet-20170310.1724/snippets/perl-mode/ifee
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/perl-mode/sub → .emacs.d/elpa/yasnippet-20170310.1724/snippets/perl-mode/sub
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/perl-mode/unless → .emacs.d/elpa/yasnippet-20170310.1724/snippets/perl-mode/unless
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/perl-mode/while → .emacs.d/elpa/yasnippet-20170310.1724/snippets/perl-mode/while
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/perl-mode/xfore → .emacs.d/elpa/yasnippet-20170310.1724/snippets/perl-mode/xfore
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/perl-mode/xif → .emacs.d/elpa/yasnippet-20170310.1724/snippets/perl-mode/xif
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/perl-mode/xunless → .emacs.d/elpa/yasnippet-20170310.1724/snippets/perl-mode/xunless
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/perl-mode/xwhile → .emacs.d/elpa/yasnippet-20170310.1724/snippets/perl-mode/xwhile
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/prog-mode/.yas-setup.el → .emacs.d/elpa/yasnippet-20170310.1724/snippets/prog-mode/.yas-setup.el
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/prog-mode/.yas-setup.elc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/prog-mode/.yas-setup.elc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/prog-mode/comment → .emacs.d/elpa/yasnippet-20170310.1724/snippets/prog-mode/comment
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/prog-mode/commentblock → .emacs.d/elpa/yasnippet-20170310.1724/snippets/prog-mode/commentblock
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/prog-mode/commentline → .emacs.d/elpa/yasnippet-20170310.1724/snippets/prog-mode/commentline
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/prog-mode/fixme → .emacs.d/elpa/yasnippet-20170310.1724/snippets/prog-mode/fixme
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/prog-mode/todo → .emacs.d/elpa/yasnippet-20170310.1724/snippets/prog-mode/todo
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/prog-mode/xxx → .emacs.d/elpa/yasnippet-20170310.1724/snippets/prog-mode/xxx
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/.yas-parents → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/.yas-parents
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/.yas-setup.el → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/.yas-setup.el
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/.yas-setup.elc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/.yas-setup.elc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/__contains__ → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/__contains__
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/__enter__ → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/__enter__
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/__exit__ → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/__exit__
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/__getitem__ → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/__getitem__
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/__len__ → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/__len__
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/__new__ → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/__new__
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/__setitem__ → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/__setitem__
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/all → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/all
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/arg → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/arg
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/arg_positional → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/arg_positional
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/assert → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/assert
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/assertEqual → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/assertEqual
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/assertFalse → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/assertFalse
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/assertIn → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/assertIn
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/assertNotEqual → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/assertNotEqual
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/assertNotIn → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/assertNotIn
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/assertRaises → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/assertRaises
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/assertRaises.with → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/assertRaises.with
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/assertTrue → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/assertTrue
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/celery_pdb → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/celery_pdb
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/classmethod → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/classmethod
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/cls → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/cls
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/dec → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/dec
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/deftest → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/deftest
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/django_test_class → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/django_test_class
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/doc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/doc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/doctest → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/doctest
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/eq → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/eq
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/for → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/for
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/from → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/from
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/function → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/function
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/function_docstring → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/function_docstring
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/function_docstring_numpy → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/function_docstring_numpy
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/if → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/if
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/ife → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/ife
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/ifmain → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/ifmain
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/import → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/import
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/init → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/init
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/init_docstring → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/init_docstring
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/interact → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/interact
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/ipdbdebug → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/ipdbdebug
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/iter → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/iter
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/lambda → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/lambda
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/list → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/list
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/logger_name → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/logger_name
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/logging → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/logging
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/main → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/main
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/metaclass → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/metaclass
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/method → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/method
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/method_docstring → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/method_docstring
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/not_impl → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/not_impl
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/np → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/np
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/parse_args → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/parse_args
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/parser → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/parser
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/pass → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/pass
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/pl → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/pl
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/print → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/print
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/prop → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/prop
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/reg → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/reg
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/repr → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/repr
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/return → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/return
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/scls → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/scls
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/script → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/script
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/self → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/self
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/self_without_dot → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/self_without_dot
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/selfassign → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/selfassign
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/setdef → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/setdef
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/setup → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/setup
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/size → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/size
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/static → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/static
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/str → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/str
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/super → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/super
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/test_class → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/test_class
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/test_file → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/test_file
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/trace → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/trace
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/try → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/try
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/tryelse → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/tryelse
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/unicode → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/unicode
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/utf8 → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/utf8
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/while → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/while
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/with → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/with
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/python-mode/with_statement → .emacs.d/elpa/yasnippet-20170310.1724/snippets/python-mode/with_statement
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rst-mode/autoclass → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rst-mode/autoclass
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rst-mode/autofunction → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rst-mode/autofunction
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rst-mode/automodule → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rst-mode/automodule
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rst-mode/chapter → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rst-mode/chapter
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rst-mode/class → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rst-mode/class
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rst-mode/code → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rst-mode/code
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rst-mode/digraph → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rst-mode/digraph
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rst-mode/function → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rst-mode/function
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rst-mode/graph → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rst-mode/graph
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rst-mode/graphviz → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rst-mode/graphviz
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rst-mode/image → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rst-mode/image
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rst-mode/inheritance → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rst-mode/inheritance
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rst-mode/literal_include → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rst-mode/literal_include
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rst-mode/meta → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rst-mode/meta
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rst-mode/module → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rst-mode/module
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rst-mode/parsed_literal → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rst-mode/parsed_literal
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rst-mode/pause → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rst-mode/pause
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rst-mode/section → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rst-mode/section
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rst-mode/term → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rst-mode/term
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rst-mode/title → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rst-mode/title
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rst-mode/url → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rst-mode/url
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rst-mode/verbatim → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rst-mode/verbatim
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rst-mode/warning → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rst-mode/warning
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/# → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/#
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/=b → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/=b
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/all → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/all
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/am → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/am
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/any → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/any
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/app → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/app
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/attribute → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/attribute
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/bench → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/bench
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/bm → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/bm
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/case → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/case
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/cla → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/cla
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/cls → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/cls
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/collect → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/collect
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/Comp → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/Comp
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/dee → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/dee
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/def → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/def
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/deli → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/deli
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/det → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/det
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/dow → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/dow
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/ea → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/ea
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/eac → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/eac
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/eai → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/eai
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/eav → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/eav
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/eawi → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/eawi
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/Enum → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/Enum
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/for → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/for
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/forin → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/forin
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/formula → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/formula
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/GLOB → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/GLOB
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/if → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/if
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/ife → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/ife
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/inc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/inc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/init → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/init
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/inject → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/inject
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/map → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/map
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/mm → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/mm
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/mod → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/mod
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/r → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/r
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/rb → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/rb
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/red → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/red
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/reject → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/reject
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/rel → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/rel
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/req → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/req
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/rw → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/rw
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/select → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/select
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/str → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/str
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/test class → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/test class
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/tim → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/tim
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/to_ → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/to_
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/tu → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/tu
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/until → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/until
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/upt → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/upt
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/w → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/w
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/when → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/when
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/while → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/while
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/y → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/y
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ruby-mode/zip → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ruby-mode/zip
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/allow → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/allow
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/allow! → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/allow!
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/assert → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/assert
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/asserteq → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/asserteq
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/case → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/case
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/cfg → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/cfg
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/cfg= → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/cfg=
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/closure → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/closure
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/deny → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/deny
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/deny! → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/deny!
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/derive → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/derive
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/drop → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/drop
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/enum → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/enum
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/fn → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/fn
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/fnr → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/fnr
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/fns → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/fns
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/fnw → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/fnw
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/for → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/for
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/if → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/if
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/ife → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/ife
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/ifl → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/ifl
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/impl → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/impl
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/implt → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/implt
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/let → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/let
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/letm → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/letm
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/lett → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/lett
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/lettm → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/lettm
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/loop → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/loop
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/macro → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/macro
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/main → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/main
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/match → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/match
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/print → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/print
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/println → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/println
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/spawn → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/spawn
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/static → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/static
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/struct → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/struct
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/test → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/test
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/testmod → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/testmod
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/trait → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/trait
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/type → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/type
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/warn → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/warn
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/warn! → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/warn!
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/while → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/while
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rust-mode/whilel → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rust-mode/whilel
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/scala-mode/app → .emacs.d/elpa/yasnippet-20170310.1724/snippets/scala-mode/app
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/scala-mode/case → .emacs.d/elpa/yasnippet-20170310.1724/snippets/scala-mode/case
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/scala-mode/cc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/scala-mode/cc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/scala-mode/co → .emacs.d/elpa/yasnippet-20170310.1724/snippets/scala-mode/co
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/scala-mode/cons → .emacs.d/elpa/yasnippet-20170310.1724/snippets/scala-mode/cons
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/scala-mode/def → .emacs.d/elpa/yasnippet-20170310.1724/snippets/scala-mode/def
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/scala-mode/doc → .emacs.d/elpa/yasnippet-20170310.1724/snippets/scala-mode/doc
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/scala-mode/for → .emacs.d/elpa/yasnippet-20170310.1724/snippets/scala-mode/for
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/scala-mode/if → .emacs.d/elpa/yasnippet-20170310.1724/snippets/scala-mode/if
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/scala-mode/ls → .emacs.d/elpa/yasnippet-20170310.1724/snippets/scala-mode/ls
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/scala-mode/main → .emacs.d/elpa/yasnippet-20170310.1724/snippets/scala-mode/main
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/scala-mode/match → .emacs.d/elpa/yasnippet-20170310.1724/snippets/scala-mode/match
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/scala-mode/ob → .emacs.d/elpa/yasnippet-20170310.1724/snippets/scala-mode/ob
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/scala-mode/throw → .emacs.d/elpa/yasnippet-20170310.1724/snippets/scala-mode/throw
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/scala-mode/try → .emacs.d/elpa/yasnippet-20170310.1724/snippets/scala-mode/try
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/scala-mode/valueclass → .emacs.d/elpa/yasnippet-20170310.1724/snippets/scala-mode/valueclass
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/sh-mode/args → .emacs.d/elpa/yasnippet-20170310.1724/snippets/sh-mode/args
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/sh-mode/bang → .emacs.d/elpa/yasnippet-20170310.1724/snippets/sh-mode/bang
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/sh-mode/for loop → .emacs.d/elpa/yasnippet-20170310.1724/snippets/sh-mode/for loop
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/sh-mode/function → .emacs.d/elpa/yasnippet-20170310.1724/snippets/sh-mode/function
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/sh-mode/if → .emacs.d/elpa/yasnippet-20170310.1724/snippets/sh-mode/if
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/sh-mode/ife → .emacs.d/elpa/yasnippet-20170310.1724/snippets/sh-mode/ife
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/sh-mode/safe-bang → .emacs.d/elpa/yasnippet-20170310.1724/snippets/sh-mode/safe-bang
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/sh-mode/while → .emacs.d/elpa/yasnippet-20170310.1724/snippets/sh-mode/while
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/snippet-mode/cont → .emacs.d/elpa/yasnippet-20170310.1724/snippets/snippet-mode/cont
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/snippet-mode/elisp → .emacs.d/elpa/yasnippet-20170310.1724/snippets/snippet-mode/elisp
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/snippet-mode/field → .emacs.d/elpa/yasnippet-20170310.1724/snippets/snippet-mode/field
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/snippet-mode/group → .emacs.d/elpa/yasnippet-20170310.1724/snippets/snippet-mode/group
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/snippet-mode/mirror → .emacs.d/elpa/yasnippet-20170310.1724/snippets/snippet-mode/mirror
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/snippet-mode/vars → .emacs.d/elpa/yasnippet-20170310.1724/snippets/snippet-mode/vars
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/sql-mode/column → .emacs.d/elpa/yasnippet-20170310.1724/snippets/sql-mode/column
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/sql-mode/constraint → .emacs.d/elpa/yasnippet-20170310.1724/snippets/sql-mode/constraint
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/sql-mode/constraint.1 → .emacs.d/elpa/yasnippet-20170310.1724/snippets/sql-mode/constraint.1
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/sql-mode/create → .emacs.d/elpa/yasnippet-20170310.1724/snippets/sql-mode/create
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/sql-mode/create.1 → .emacs.d/elpa/yasnippet-20170310.1724/snippets/sql-mode/create.1
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/sql-mode/insert → .emacs.d/elpa/yasnippet-20170310.1724/snippets/sql-mode/insert
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/sql-mode/references → .emacs.d/elpa/yasnippet-20170310.1724/snippets/sql-mode/references
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/text-mode/.yas-parents → .emacs.d/elpa/yasnippet-20170310.1724/snippets/text-mode/.yas-parents
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/tuareg-mode/assert → .emacs.d/elpa/yasnippet-20170310.1724/snippets/tuareg-mode/assert
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/tuareg-mode/docstring → .emacs.d/elpa/yasnippet-20170310.1724/snippets/tuareg-mode/docstring
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/tuareg-mode/for → .emacs.d/elpa/yasnippet-20170310.1724/snippets/tuareg-mode/for
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/tuareg-mode/fun → .emacs.d/elpa/yasnippet-20170310.1724/snippets/tuareg-mode/fun
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/tuareg-mode/guard → .emacs.d/elpa/yasnippet-20170310.1724/snippets/tuareg-mode/guard
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/tuareg-mode/ifthen → .emacs.d/elpa/yasnippet-20170310.1724/snippets/tuareg-mode/ifthen
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/tuareg-mode/ifthenelse → .emacs.d/elpa/yasnippet-20170310.1724/snippets/tuareg-mode/ifthenelse
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/tuareg-mode/let → .emacs.d/elpa/yasnippet-20170310.1724/snippets/tuareg-mode/let
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/tuareg-mode/list_comprehension → .emacs.d/elpa/yasnippet-20170310.1724/snippets/tuareg-mode/list_comprehension
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/tuareg-mode/main → .emacs.d/elpa/yasnippet-20170310.1724/snippets/tuareg-mode/main
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/tuareg-mode/match → .emacs.d/elpa/yasnippet-20170310.1724/snippets/tuareg-mode/match
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/tuareg-mode/module → .emacs.d/elpa/yasnippet-20170310.1724/snippets/tuareg-mode/module
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/tuareg-mode/open → .emacs.d/elpa/yasnippet-20170310.1724/snippets/tuareg-mode/open
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/tuareg-mode/printf → .emacs.d/elpa/yasnippet-20170310.1724/snippets/tuareg-mode/printf
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/tuareg-mode/rec → .emacs.d/elpa/yasnippet-20170310.1724/snippets/tuareg-mode/rec
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/tuareg-mode/try → .emacs.d/elpa/yasnippet-20170310.1724/snippets/tuareg-mode/try
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/tuareg-mode/type → .emacs.d/elpa/yasnippet-20170310.1724/snippets/tuareg-mode/type
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/tuareg-mode/type_type → .emacs.d/elpa/yasnippet-20170310.1724/snippets/tuareg-mode/type_type
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/tuareg-mode/val → .emacs.d/elpa/yasnippet-20170310.1724/snippets/tuareg-mode/val
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/tuareg-mode/while → .emacs.d/elpa/yasnippet-20170310.1724/snippets/tuareg-mode/while
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/udev-mode/add → .emacs.d/elpa/yasnippet-20170310.1724/snippets/udev-mode/add
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/udev-mode/ENV → .emacs.d/elpa/yasnippet-20170310.1724/snippets/udev-mode/ENV
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/udev-mode/env$ → .emacs.d/elpa/yasnippet-20170310.1724/snippets/udev-mode/env$
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/udev-mode/GOTO → .emacs.d/elpa/yasnippet-20170310.1724/snippets/udev-mode/GOTO
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/udev-mode/KERNEL → .emacs.d/elpa/yasnippet-20170310.1724/snippets/udev-mode/KERNEL
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/udev-mode/run → .emacs.d/elpa/yasnippet-20170310.1724/snippets/udev-mode/run
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/yaml-mode/entry → .emacs.d/elpa/yasnippet-20170310.1724/snippets/yaml-mode/entry
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/yaml-mode/list → .emacs.d/elpa/yasnippet-20170310.1724/snippets/yaml-mode/list
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/yaml-mode/section → .emacs.d/elpa/yasnippet-20170310.1724/snippets/yaml-mode/section
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/.gitignore → .emacs.d/elpa/yasnippet-20170310.1724/snippets/.gitignore
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/.nosearch → .emacs.d/elpa/yasnippet-20170310.1724/snippets/.nosearch
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/cider-repl-mode → .emacs.d/elpa/yasnippet-20170310.1724/snippets/cider-repl-mode
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/CONTRIBUTORS.txt → .emacs.d/elpa/yasnippet-20170310.1724/snippets/CONTRIBUTORS.txt
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/enh-ruby-mode → .emacs.d/elpa/yasnippet-20170310.1724/snippets/enh-ruby-mode
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/ensime-mode → .emacs.d/elpa/yasnippet-20170310.1724/snippets/ensime-mode
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/js2-mode → .emacs.d/elpa/yasnippet-20170310.1724/snippets/js2-mode
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/js3-mode → .emacs.d/elpa/yasnippet-20170310.1724/snippets/js3-mode
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/LICENSE → .emacs.d/elpa/yasnippet-20170310.1724/snippets/LICENSE
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/README.md → .emacs.d/elpa/yasnippet-20170310.1724/snippets/README.md
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/rename_add_contr.py → .emacs.d/elpa/yasnippet-20170310.1724/snippets/rename_add_contr.py
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/typerex-mode → .emacs.d/elpa/yasnippet-20170310.1724/snippets/typerex-mode
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/snippets/web-mode → .emacs.d/elpa/yasnippet-20170310.1724/snippets/web-mode
File renamed without changes
.emacs.d/elpa/yasnippet-20170216.1928/yasnippet-autoloads.el → .emacs.d/elpa/yasnippet-20170310.1724/yasnippet-autoloads.el
@@ -3,8 +3,8 @@
 ;;; Code:
 (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
 
-;;;### (autoloads nil "yasnippet" "yasnippet.el" (22712 4620 67546
-;;;;;;  985000))
+;;;### (autoloads nil "yasnippet" "yasnippet.el" (22725 53728 755058
+;;;;;;  925000))
 ;;; Generated autoloads from yasnippet.el
 
 (autoload 'yas-minor-mode "yasnippet" "\
@@ -52,8 +52,8 @@ A mode for editing yasnippets
 
 ;;;***
 
-;;;### (autoloads nil nil ("yasnippet-pkg.el") (22712 4618 876554
-;;;;;;  894000))
+;;;### (autoloads nil nil ("yasnippet-pkg.el") (22725 53719 984342
+;;;;;;  960000))
 
 ;;;***
 
.emacs.d/elpa/yasnippet-20170216.1928/yasnippet-pkg.el → .emacs.d/elpa/yasnippet-20170310.1724/yasnippet-pkg.el
@@ -1,4 +1,4 @@
-(define-package "yasnippet" "20170216.1928" "Yet another snippet extension for Emacs."
+(define-package "yasnippet" "20170310.1724" "Yet another snippet extension for Emacs."
   '((cl-lib "0.5"))
   :url "http://github.com/joaotavora/yasnippet" :keywords
   '("convenience" "emulation"))
.emacs.d/elpa/yasnippet-20170216.1928/yasnippet.el → .emacs.d/elpa/yasnippet-20170310.1724/yasnippet.el
@@ -1352,7 +1352,7 @@ Returns (TEMPLATES START END). This function respects
       ((debug error) (cdr oops)))))
 
 (defun yas--eval-for-effect (form)
-  (yas--safely-run-hook (apply-partially #'eval form)))
+  (yas--safely-call-fun (apply-partially #'eval form)))
 
 (defun yas--read-lisp (string &optional nil-on-error)
   "Read STRING as a elisp expression and return it.
@@ -3166,7 +3166,11 @@ If there's none, exit the snippet."
 (defun yas--place-overlays (snippet field)
   "Correctly place overlays for SNIPPET's FIELD."
   (yas--make-move-field-protection-overlays snippet field)
-  (yas--make-move-active-field-overlay snippet field))
+  ;; Only move active field overlays if this is field is from the
+  ;; innermost snippet.
+  (when (eq snippet (car (yas-active-snippets (1- (yas--field-start field))
+                                              (1+ (yas--field-end field)))))
+    (yas--make-move-active-field-overlay snippet field)))
 
 (defun yas--move-to-field (snippet field)
   "Update SNIPPET to move to field FIELD.
@@ -3174,6 +3178,7 @@ If there's none, exit the snippet."
 Also create some protection overlays"
   (goto-char (yas--field-start field))
   (yas--place-overlays snippet field)
+  (overlay-put yas--active-field-overlay 'yas--snippet snippet)
   (overlay-put yas--active-field-overlay 'yas--field field)
   (let ((number (yas--field-number field)))
     ;; check for the special ${0: ...} field
@@ -3336,18 +3341,19 @@ This renders the snippet as ordinary text."
   (setq yas--snippets-to-move nil))
 
 (defun yas--safely-call-fun (fun)
+  "Call FUN and catch any errors."
   (condition-case error
       (funcall fun)
     ((debug error)
-     (yas--message 2 "Error running %s: %s"
-                   (if (symbolp fun) fun "a hook")
+     (yas--message 2 "Error running %s: %s" fun
                    (error-message-string error)))))
 
 (defun yas--safely-run-hook (hook)
+  "Call HOOK's functions.
+HOOK should be a symbol, a hook variable, as in `run-hooks'."
   (let ((debug-on-error (and (not (memq yas-good-grace '(t hooks)))
                              debug-on-error)))
-    (if (functionp hook) (yas--safely-call-fun hook)
-      (mapc #'yas--safely-call-fun hook))))
+    (yas--safely-call-fun (apply-partially #'run-hooks hook))))
 
 (defun yas--check-commit-snippet ()
   "Check if point exited the currently active field of the snippet.
@@ -3355,7 +3361,9 @@ This renders the snippet as ordinary text."
 If so cleans up the whole snippet up."
   (let* ((snippets (yas-active-snippets 'all))
          (snippets-left snippets)
-         (snippet-exit-transform nil)
+         (snippet-exit-transform)
+         ;; Record the custom snippet `yas-after-exit-snippet-hook'
+         ;; set in the expand-env field.
          (snippet-exit-hook yas-after-exit-snippet-hook))
     (dolist (snippet snippets)
       (let ((active-field (yas--snippet-active-field snippet)))
@@ -3383,9 +3391,10 @@ If so cleans up the whole snippet up."
                 (t
                  nil)))))
     (unless (or (null snippets) snippets-left)
-      (if snippet-exit-transform
-          (yas--eval-for-effect snippet-exit-transform))
-      (yas--safely-run-hook snippet-exit-hook))))
+      (when snippet-exit-transform
+        (yas--eval-for-effect snippet-exit-transform))
+      (let ((yas-after-exit-snippet-hook snippet-exit-hook))
+        (yas--safely-run-hook 'yas-after-exit-snippet-hook)))))
 
 ;; Apropos markers-to-points:
 ;;
@@ -3727,7 +3736,8 @@ considered when expanding the snippet."
            (let ((first-field (car (yas--snippet-fields snippet))))
              (when first-field
                (sit-for 0) ;; fix issue 125
-               (yas--move-to-field snippet first-field)))
+               (yas--letenv (yas--snippet-expand-env snippet)
+                 (yas--move-to-field snippet first-field))))
            (yas--message 4 "snippet expanded.")
            t))))
 
.emacs.d/elpa/yasnippet-20170216.1928/yasnippet.elc → .emacs.d/elpa/yasnippet-20170310.1724/yasnippet.elc
Binary file
.emacs.d/elpa/0blayout-readme.txt
@@ -0,0 +1,18 @@
+This global minor mode provides a simple way to switch between layouts and
+the buffers you left open before you switched (unless you closed it).
+
+It doesn't require any setup at all more than:
+(0blayout-mode)
+
+When you start Emacs with 0blayout loaded, you will have a default layout
+named "default", and then you can create new layouts (<prefix> C-c), switch
+layouts (<prefix> C-b), and kill the current layout (<prefix> C-k).
+The default <prefix> is (C-c C-l), but you can change it using:
+(0blayout-add-keybindings-with-prefix "<your prefix>")
+
+You can also customize-variable to change the name of the default session.
+
+The project is hosted at https://github.com/etu/0blayout
+There you can leave bug-reports and suggestions.
+
+Another comparable mode is eyebrowse which have been developed for longer.