emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115900: Explain recent change to log-view.el


From: Daniel Colascione
Subject: [Emacs-diffs] trunk r115900: Explain recent change to log-view.el
Date: Tue, 07 Jan 2014 06:00:34 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115900
revision-id: address@hidden
parent: address@hidden
committer: Daniel Colascione <address@hidden>
branch nick: trunk
timestamp: Mon 2014-01-06 22:00:16 -0800
message:
  Explain recent change to log-view.el
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/vc/log-view.el            logview.el-20091113204419-o5vbwnq5f7feedwu-1777
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-01-07 04:36:52 +0000
+++ b/lisp/ChangeLog    2014-01-07 06:00:16 +0000
@@ -1,3 +1,8 @@
+2014-01-07  Daniel Colascione  <address@hidden>
+
+       * vc/log-view.el (log-view-beginning-of-defun): Add comment
+       explaining why we call `log-view-end-of-defun'.
+
 2014-01-07  Chong Yidong  <address@hidden>
 
        * isearch.el (isearch-yank-char, isearch-yank-word)

=== modified file 'lisp/vc/log-view.el'
--- a/lisp/vc/log-view.el       2014-01-06 07:33:06 +0000
+++ b/lisp/vc/log-view.el       2014-01-07 06:00:16 +0000
@@ -431,6 +431,9 @@
 `log-view-message-re'."
   (when (null arg) (setf arg 1))
   (if (< arg 0)
+      ;; In log view, the end of one defun is the beginning of the
+      ;; next, so punting to log-view-end-of-defun is safe in this
+      ;; context.
       (log-view-end-of-defun (- arg))
     (let ((found t))
       (while (> arg 0)


reply via email to

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