emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/simple.el


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Sat, 05 Mar 2005 14:09:08 -0500

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.692 emacs/lisp/simple.el:1.693
*** emacs/lisp/simple.el:1.692  Sat Mar  5 18:02:40 2005
--- emacs/lisp/simple.el        Sat Mar  5 19:09:07 2005
***************
*** 780,786 ****
      (goto-char 1)
      (if (eq selective-display t)
        (re-search-forward "[\n\C-m]" nil 'end (1- arg))
!       (forward-line (1- arg))))))
  
  (defun count-lines-region (start end)
    "Print number of lines and characters in the region."
--- 780,786 ----
      (goto-char 1)
      (if (eq selective-display t)
        (re-search-forward "[\n\C-m]" nil 'end (1- arg))
!       (forward-line (1- arg)))))
  
  (defun count-lines-region (start end)
    "Print number of lines and characters in the region."




reply via email to

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