Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9f7c28f0
Commit
9f7c28f0
authored
Sep 20, 2012
by
Chong Yidong
Browse files
* vc/diff.el (diff-latest-backup-file): Autoload.
parent
e6f0a80d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/vc/diff.el
lisp/vc/diff.el
+2
-1
No files found.
lisp/ChangeLog
View file @
9f7c28f0
2012-09-20 Chong Yidong <cyd@gnu.org>
* vc/diff.el (diff-latest-backup-file): Autoload.
2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
* calc/calc.el: Remove redundant autoload shape check.
* calc/calc.el: Remove redundant autoload shape check.
...
...
lisp/vc/diff.el
View file @
9f7c28f0
...
@@ -197,7 +197,8 @@ With prefix arg, prompt for diff switches."
...
@@ -197,7 +197,8 @@ With prefix arg, prompt for diff switches."
ori
file
))
ori
file
))
(
diff
bak
ori
switches
)))
(
diff
bak
ori
switches
)))
(
defun
diff-latest-backup-file
(
fn
)
; actually belongs into files.el
;;;###autoload
(
defun
diff-latest-backup-file
(
fn
)
"Return the latest existing backup of FILE, or nil."
"Return the latest existing backup of FILE, or nil."
(
let
((
handler
(
find-file-name-handler
fn
'diff-latest-backup-file
)))
(
let
((
handler
(
find-file-name-handler
fn
'diff-latest-backup-file
)))
(
if
handler
(
if
handler
...
...
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