*** /data/steve/bzr/emacs/trunk/lisp/textmodes/page.el 2010-01-13 10:56:56.000000000 +0100 --- /data/steve/bzr/emacs/quickfixes/lisp/textmodes/page.el 2010-08-24 23:30:11.000000000 +0200 *************** *** 156,164 **** (if (= (match-beginning 0) (match-end 0)) (forward-char 1)) (setq count (1+ count))) ! (message "Page %d, line %d" ! count ! (1+ (count-lines (point) opoint))))))) ;;; Place `provide' at end of file. (provide 'page) --- 156,162 ---- (if (= (match-beginning 0) (match-end 0)) (forward-char 1)) (setq count (1+ count))) ! (message "Page %d, line %d" count (line-number-at-pos opoint)))))) ;;; Place `provide' at end of file. (provide 'page)