emacs-pretest-bug
[Top][All Lists]
Advanced

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

log-view-diff


From: Nick Roberts
Subject: log-view-diff
Date: Fri, 2 Dec 2005 11:16:38 +1300

The doc for log-view-diff says:

  "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."

but the implementation requires that mark is active:

  (interactive
   (list (if mark-active (region-beginning) (point))
         (if mark-active (region-end) (point))))

Clearly they should be consistent, but I'm not sure which should change.

Nick




reply via email to

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