mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
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.
This commit is contained in:
parent
6e6cb68b80
commit
8809e09dcc
1 changed files with 0 additions and 8 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue