diff options
| -rw-r--r-- | lisp/dired-aux.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 4588c8e8bcf..d6926665ee6 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el | |||
| @@ -267,7 +267,7 @@ with a prefix argument." | |||
| 267 | ;;The caller may want to flag some of these files for deletion. | 267 | ;;The caller may want to flag some of these files for deletion. |
| 268 | (let* ((base-versions | 268 | (let* ((base-versions |
| 269 | (concat (file-name-nondirectory fn) ".~")) | 269 | (concat (file-name-nondirectory fn) ".~")) |
| 270 | (bv-length (length base-versions)) | 270 | (backup-extract-version-start (length base-versions)) |
| 271 | (possibilities (file-name-all-completions | 271 | (possibilities (file-name-all-completions |
| 272 | base-versions | 272 | base-versions |
| 273 | (file-name-directory fn))) | 273 | (file-name-directory fn))) |