unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* html2text-buffer-head
@ 2004-10-25  2:14 Luc Teirlinck
  0 siblings, 0 replies; only message in thread
From: Luc Teirlinck @ 2004-10-25  2:14 UTC (permalink / raw)
  Cc: Joakim Hove

What is the point behind the following strange function in gnus/html2text.el.
It is used several times in that file.

(defun html2text-buffer-head ()
  (if (string= mode-name "Article")
      (beginning-of-buffer)
    (beginning-of-buffer)
    )
  )

Is there something I am completely missing or is this just a very
contorted way to do (beginning-of-buffer)?

Sincerely,

Luc.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-10-25  2:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-25  2:14 html2text-buffer-head Luc Teirlinck

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).