From 8fd8d1999d112139579fe8e8465f86bc3f6b5c14 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 31 Dec 2015 17:26:06 +0900 Subject: [PATCH] Fix pack function --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 41801fc..c71403d 100644 --- a/emacs.el +++ b/emacs.el @@ -1874,7 +1874,7 @@ the list." (when nil (file-readable-p file) (delete-file file))))) - (and (autoload-eval-lazily 'pack '(dired-do-pack-or-unpack pack)) + (and (autoload-eval-lazily 'pack '(dired-do-pack-or-unpack pack-pack)) (add-hook 'dired-mode-hook (lambda () (local-set-key "P" 'dired-do-pack-or-unpack))))