From 40bc04e2b546fe589007e0f8e828d4231873f02b Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 15 Nov 2012 15:44:25 +0900 Subject: [PATCH] remove comment --- emacs.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/emacs.el b/emacs.el index 04aa6cd..fefa82d 100644 --- a/emacs.el +++ b/emacs.el @@ -1289,7 +1289,6 @@ delete; o: select other; j, l: enlarge; h, k: shrink; q: quit." (interactive "p") (if (> arg 0) (progn - ;; (ignore 'my-dired-print-current-dir-and-file) (if (eq (line-number-at-pos) 1) (goto-char (point-max)) @@ -1305,7 +1304,6 @@ delete; o: select other; j, l: enlarge; h, k: shrink; q: quit." (interactive "p") (if (> arg 0) (progn - ;; (ignore 'my-dired-print-current-dir-and-file) (if (eq (point) (point-max)) (goto-char (point-min))