Skip to content

Commit

Permalink
Twittering-numbering.el: doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pft committed Dec 4, 2010
1 parent 254d21d commit aa52f87
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions twittering-numbering.el
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@

(defun twittering-move-numbered-anchor (&optional arg)
"Move the point to the specified anchor.
When no prefix argument is specified, call `w3m-view-this-url' instead
When no prefix argument is specified, call `twittering-enter' instead
of moving cursor."
(interactive "P")
(if (and arg
Expand All @@ -131,10 +131,7 @@ of moving cursor."
(dolist (overlay (overlays-in (point-min) (point-max)))
(when (eq arg (overlay-get overlay 'twittering-numbering-overlay))
(goto-char (overlay-start overlay))
;; (push (w3m-anchor-sequence) w3m-goto-anchor-hist)
;; (w3m-horizontal-on-screen)
(throw 'found nil)
))
(throw 'found nil)))
(error "Cannot found your specified link: %d" arg))
(twittering-enter)))

Expand Down

0 comments on commit aa52f87

Please sign in to comment.