aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/wdired.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/wdired.el b/lisp/wdired.el
index 0ccaaaca74b..44f083bb7fb 100644
--- a/lisp/wdired.el
+++ b/lisp/wdired.el
@@ -677,8 +677,7 @@ says how many lines to move; default is one line."
677 'rear-nonsticky '(read-only)) 677 'rear-nonsticky '(read-only))
678 (put-text-property (match-beginning 1) 678 (put-text-property (match-beginning 1)
679 (match-end 1) 'read-only nil))) 679 (match-end 1) 'read-only nil)))
680 (forward-line) 680 (forward-line)))))
681 (beginning-of-line)))))
682 681
683 682
684(defun wdired-get-previous-link (&optional old move) 683(defun wdired-get-previous-link (&optional old move)