[PATCH 11/13] emacs: remove no longer used functions from notmuch-show.el

Subject: [PATCH 11/13] emacs: remove no longer used functions from notmuch-show.el

Date: Mon, 3 Oct 2011 18:47:25 +0200

To: notmuch@notmuchmail.org

Cc:

From: Thomas Jost


From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>

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 bf267e8..e6265e8 100644
--- a/emacs/notmuch-show.el
+++ b/emacs/notmuch-show.el
@@ -970,14 +970,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.
 
-- 
1.7.6.4


Thread: