projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e6cb68
)
emacs: remove no longer used functions from notmuch-show.el
author
Dmitry Kurochkin
<dmitry.kurochkin@gmail.com>
Sun, 6 Nov 2011 09:04:00 +0000
(13:04 +0400)
committer
David Bremner
<bremner@debian.org>
Tue, 8 Nov 2011 00:38:37 +0000
(20:38 -0400)
Remove `notmuch-show-move-past-invisible-backward' and
`notmuch-show-move-past-invisible-forward' functions which are
unused.
emacs/notmuch-show.el
patch
|
blob
|
history
diff --git
a/emacs/notmuch-show.el
b/emacs/notmuch-show.el
index b70dbfb2b95c4f07a774e8632592ef0daa5a71b6..aaf69f55e94dceacca89eb4dc9044a0444255e3f 100644
(file)
--- 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.