aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2012-10-26 11:51:42 -0400
committerStefan Monnier <[email protected]>2012-10-26 11:51:42 -0400
commita2be03575f558aa741e40cd96fbe208092c3a1e7 (patch)
treef55caebff8382e8dafc8c71f43d8ee1e892ee00f /lisp/ChangeLog
parent00323fb326b63bed91aadbef861a234f9299cdbc (diff)
* lisp/vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
(diff-refine-hunk): Similarly, handle the "no LF at eol". Fixes: debbugs:12584
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 75fbaa13b9..3c1638fd6f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-26 Stefan Monnier <[email protected]>
+
+ * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
+ (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
+
2012-10-26 Martin Rudalics <[email protected]>
* mouse.el (mouse-drag-line): Move last form into preceding when
@@ -8,7 +13,7 @@
2012-10-25 David Engster <[email protected]>
* emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
- Removed. This feature is already integrated in imenu.
+ Remove. This feature is already integrated in imenu.
* emacs-lisp/eieio-opt.el: Remove require for `button' since it is
always loaded. Require `speedbar' unconditionally.