emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

html2text-buffer-head


From: Luc Teirlinck
Subject: html2text-buffer-head
Date: Sun, 24 Oct 2004 21:14:40 -0500 (CDT)

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]