Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8767d866
Commit
8767d866
authored
Oct 30, 2001
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(find-backup-file-name): Use make-backup-file-name.
parent
10b088c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/files.el
lisp/files.el
+1
-1
No files found.
lisp/ChangeLog
View file @
8767d866
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
...
...
lisp/files.el
View file @
8767d866
...
...
@@ -2439,7 +2439,7 @@ Uses `backup-directory-alist' in the same way as does
-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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment