From patchwork Sun Nov 6 09:04:00 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v3,3/4] emacs: remove no longer used functions from notmuch-show.el Date: Sun, 06 Nov 2011 08:04:00 -0000 From: Dmitry Kurochkin X-Patchwork-Id: 1460 Message-Id: <1320570241-30733-3-git-send-email-dmitry.kurochkin@gmail.com> To: notmuch@notmuchmail.org Remove `notmuch-show-move-past-invisible-backward' and `notmuch-show-move-past-invisible-forward' functions which are unused. --- emacs/notmuch-show.el | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index b70dbfb..aaf69f5 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -1016,14 +1016,6 @@ All currently available key bindings: (notmuch-show-move-to-message-top) t)) -(defun notmuch-show-move-past-invisible-forward () - (while (point-invisible-p) - (forward-char))) - -(defun notmuch-show-move-past-invisible-backward () - (while (point-invisible-p) - (backward-char))) - ;; Functions relating to the visibility of messages and their ;; components.