]> git.eshelyaron.com Git - emacs.git/commit
Fix a couple of problems in changelog generating functions
authorNoam Postavsky <npostavs@gmail.com>
Fri, 20 Mar 2020 10:00:11 +0000 (06:00 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Mon, 23 Mar 2020 03:06:31 +0000 (23:06 -0400)
commit8709aaddd8707c9eafb359f9ec824e4bc109bbc6
tree899e70ed928ec78656ea655db00cc9b6f5487c98
parent9ab85f087f7db38168dcf07d24f51ecd2c583f8a
Fix a couple of problems in changelog generating functions

* lisp/vc/diff-mode.el (diff-add-log-current-defuns): If there is a
scan-error when calling end-of-defun, go to end of hunk.  This can
easily happen since we are calling end-of-defun on a partial code
fragment from a diff.
* lisp/vc/log-edit.el (log-edit-generate-changelog-from-diff): Bind
display-buffer-overriding-action around the log-edit-show-diff call
only.  Otherwise, it can affect, for example, debugger windows
triggered by the diff-add-log-current-defuns call.
lisp/vc/diff-mode.el
lisp/vc/log-edit.el