From: Dmitry Kurochkin Date: Sun, 6 Nov 2011 09:04:00 +0000 (+0400) Subject: emacs: remove no longer used functions from notmuch-show.el X-Git-Tag: 0.10_rc1~33 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=8809e09dcc4b2d24dce760c172411e80432d8a05;p=obsolete%2Fnotmuch-old emacs: remove no longer used functions from notmuch-show.el Remove `notmuch-show-move-past-invisible-backward' and `notmuch-show-move-past-invisible-forward' functions which are unused. --- diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index b70dbfb2..aaf69f55 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.