diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2003-11-14 16:23:37 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2003-11-14 16:23:37 +0000 |
commit | 067b4094282acb581da5d8ab181aa6659dc7620d (patch) | |
tree | b7dfd0a65afeb78823466db3907b4ece88392bf0 /lisp/diff-mode.el | |
parent | 877f9b05139c360508414167e6dc660e662c88fc (diff) | |
download | emacs-067b4094282acb581da5d8ab181aa6659dc7620d.tar.gz |
(diff-hunk-prev, diff-hunk-next): Support
operation while narrowed, with `diff-restrict-view'.
Diffstat (limited to 'lisp/diff-mode.el')
-rw-r--r-- | lisp/diff-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index 54a582256ba..cad1f2c9c61 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el @@ -327,7 +327,7 @@ when editing big diffs)." ;; Define diff-{hunk,file}-{prev,next} (easy-mmode-define-navigation - diff-hunk diff-hunk-header-re "hunk" diff-end-of-hunk) + diff-hunk diff-hunk-header-re "hunk" diff-end-of-hunk diff-restrict-view) (easy-mmode-define-navigation diff-file diff-file-header-re "file" diff-end-of-hunk) |