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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/log-view.el [emacs-unicode-2]
Date: Mon, 28 Jun 2004 04:36:45 -0400

Index: emacs/lisp/log-view.el
diff -c emacs/lisp/log-view.el:1.16.4.1 emacs/lisp/log-view.el:1.16.4.2
*** emacs/lisp/log-view.el:1.16.4.1     Fri Apr 16 12:50:07 2004
--- emacs/lisp/log-view.el      Mon Jun 28 07:28:43 2004
***************
*** 191,198 ****
    "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 "r")
    (let ((fr (log-view-current-tag beg))
          (to (log-view-current-tag end)))
      (when (string-equal fr to)
--- 191,200 ----
    "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))))
    (let ((fr (log-view-current-tag beg))
          (to (log-view-current-tag end)))
      (when (string-equal fr to)




reply via email to

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