emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/log-view.el
Date: Fri, 02 Dec 2005 02:59:56 -0500

Index: emacs/lisp/log-view.el
diff -c emacs/lisp/log-view.el:1.23 emacs/lisp/log-view.el:1.24
*** emacs/lisp/log-view.el:1.23 Wed Aug 31 13:50:48 2005
--- emacs/lisp/log-view.el      Fri Dec  2 07:59:56 2005
***************
*** 196,204 ****
  
  (defun log-view-diff (beg end)
    "Get the diff for several revisions.
! If the point is the same as the mark, get the diff for this revision.
! Otherwise, get the diff between the revisions
! were the region starts and ends."
    (interactive
     (list (if mark-active (region-beginning) (point))
           (if mark-active (region-end) (point))))
--- 196,204 ----
  
  (defun log-view-diff (beg end)
    "Get the diff for several revisions.
! If the point is the same as the mark or the mark is not active,
! get the diff for this revision.  Otherwise, get the diff between
! the revisions where the region starts and ends."
    (interactive
     (list (if mark-active (region-beginning) (point))
           (if mark-active (region-end) (point))))




reply via email to

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