diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-05-10 05:43:58 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-05-10 05:43:58 +0000 |
commit | afbd0a53acb80d33aac22202a886c0e6471c979d (patch) | |
tree | 32159fee3804f56617cc8436c87711d755f391e0 /lisp/dired-aux.el | |
parent | a40f49a087d015cfd3d59112bbf60a04f1e85916 (diff) | |
download | emacs-afbd0a53acb80d33aac22202a886c0e6471c979d.tar.gz |
(dired-collect-file-versions):
Rename bv-length to backup-extract-version-start.
Diffstat (limited to 'lisp/dired-aux.el')
-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." ;;The caller may want to flag some of these files for deletion. (let* ((base-versions (concat (file-name-nondirectory fn) ".~")) - (bv-length (length base-versions)) + (backup-extract-version-start (length base-versions)) (possibilities (file-name-all-completions base-versions (file-name-directory fn))) |