Fix typo in 'dired-restore-positions'
* lisp/dired.el (dired-restore-positions): Fix typo in last change fixing Bug#33458.
This commit is contained in:
parent
7f95e1aec3
commit
1e34d7579c
1 changed files with 1 additions and 1 deletions
|
@ -1530,7 +1530,7 @@ change; the point does."
|
|||
;; Sanity check of the point marker.
|
||||
(when (and (markerp point)
|
||||
(eq (marker-buffer point) buffer))
|
||||
(unless (and (nth 0 prev)
|
||||
(unless (and (nth 1 prev)
|
||||
(dired-goto-file (nth 1 prev)))
|
||||
(goto-char (point-min))
|
||||
(forward-line (1- (nth 2 prev))))
|
||||
|
|
Loading…
Add table
Reference in a new issue