]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor reformatting
authorJohn Wiegley <johnw@newartisans.com>
Sun, 17 Jun 2012 14:38:11 +0000 (09:38 -0500)
committerJohn Wiegley <johnw@newartisans.com>
Sun, 17 Jun 2012 14:38:11 +0000 (09:38 -0500)
lisp/use-package/use-package.el

index 69998b8118f8f051df234cc78af4953df70e8a0c..0d9d26ef45fafe005784f49e1a39298849a2be33 100644 (file)
 ;;                el-get-update
 ;;                el-get-list-packages)
 ;;     :config
-;;     (progn
-;;       (defun el-get-read-status-file ()
-;;         (mapcar #'(lambda (entry)
-;;                     (cons (plist-get entry :symbol)
-;;                           `(status "installed" recipe ,entry)))
-;;                 el-get-sources))))
+;;     (defun el-get-read-status-file ()
+;;       (mapcar #'(lambda (entry)
+;;                   (cons (plist-get entry :symbol)
+;;                         `(status "installed" recipe ,entry)))
+;;               el-get-sources)))
 
 (require 'bind-key)