diff options
author | Dmitry Kurochkin <dmitry.kurochkin@gmail.com> | 2011-11-06 13:04:00 +0400 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2011-11-07 20:38:37 -0400 |
commit | 8809e09dcc4b2d24dce760c172411e80432d8a05 (patch) | |
tree | cedbb69d4a6206481b37418658dccfb8f29d5b67 | |
parent | 6e6cb68b804de9e5234bfadaeec3e4b7b4075251 (diff) |
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.
-rw-r--r-- | 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 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. |