/[emacs]/emacs/lisp/simple.el
ViewVC logotype

Diff of /emacs/lisp/simple.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.692 by rms, Sat Mar 5 18:02:40 2005 UTC revision 1.693 by teirllm, Sat Mar 5 19:09:07 2005 UTC
# Line 780  If there's a number in the buffer at poi Line 780  If there's a number in the buffer at poi
780      (goto-char 1)      (goto-char 1)
781      (if (eq selective-display t)      (if (eq selective-display t)
782          (re-search-forward "[\n\C-m]" nil 'end (1- arg))          (re-search-forward "[\n\C-m]" nil 'end (1- arg))
783        (forward-line (1- arg))))))        (forward-line (1- arg)))))
784    
785  (defun count-lines-region (start end)  (defun count-lines-region (start end)
786    "Print number of lines and characters in the region."    "Print number of lines and characters in the region."

Legend:
Removed from v.1.692  
changed lines
  Added in v.1.693

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26