From 3aa35fed0ec63c3701fc987a3b5c78196fcba496 Mon Sep 17 00:00:00 2001 From: kaoru Date: Tue, 5 Jan 2010 09:35:43 +0000 Subject: [PATCH] Fix last change (comment-style). --- elmo/elmo-archive.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elmo/elmo-archive.el b/elmo/elmo-archive.el index 6cef64a..a2b9549 100644 --- a/elmo/elmo-archive.el +++ b/elmo/elmo-archive.el @@ -219,7 +219,7 @@ '((ls . ("gtar" "-tf")) (cat . ("gtar" "-Oxf")) (ext . ("gtar" "-xf")) -;;; (rm . ("gtar" "--delete" "-f")) ;; well not work +;;; (rm . ("gtar" "--delete" "-f")) ; well not work ))) ;;; GNU tar (*.tar.gz, *.tar.Z, *.tar.bz2) -- 1.7.10.4