2001-10-29 Richard M. Stallman <rms@gnu.org>
+ * files.el (find-backup-file-name): Use make-backup-file-name.
+
* emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
window-live-p.
(edebug-set-conditional-breakpoint): Unconditionally use
-1))
(file-error (setq possibilities nil)))
(if (not deserve-versions-p)
- (list (concat basic-name "~"))
+ (list (make-backup-file-name fn))
(cons (format "%s.~%d~" basic-name (1+ high-water-mark))
(if (and (> number-to-delete 0)
;; Delete nothing if there is overflow