X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=aaf69f55e94dceacca89eb4dc9044a0444255e3f;hb=8809e09dcc4b2d24dce760c172411e80432d8a05;hp=b70dbfb2b95c4f07a774e8632592ef0daa5a71b6;hpb=6e6cb68b804de9e5234bfadaeec3e4b7b4075251;p=notmuch 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.