*** empty log message ***
[gnus] / lisp / gnus-util.el
index d3f9f38..3f804ca 100644 (file)
 
 (if (fboundp 'point-at-bol)
     (fset 'gnus-point-at-bol 'point-at-bol)
-  (defsubst gnus-point-at-bol ()
+  (defun gnus-point-at-bol ()
     "Return point at the beginning of the line."
     (let ((p (point)))
       (beginning-of-line)
 
 (if (fboundp 'point-at-eol)
     (fset 'gnus-point-at-eol 'point-at-eol)
-  (defsubst gnus-point-at-eol ()
+  (defun gnus-point-at-eol ()
     "Return point at the end of the line."
     (let ((p (point)))
       (end-of-line)