projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67a27ff
)
; * lisp/vc/log-edit.el (log-edit-diff-function): Grammar fix.
author
Sean Whitton
<spwhitton@spwhitton.name>
Sun, 27 Oct 2024 10:56:31 +0000
(18:56 +0800)
committer
Sean Whitton
<spwhitton@spwhitton.name>
Sun, 27 Oct 2024 10:56:31 +0000
(18:56 +0800)
lisp/vc/log-edit.el
patch
|
blob
|
history
diff --git
a/lisp/vc/log-edit.el
b/lisp/vc/log-edit.el
index d61a108b1958a37d5d41d3830169760f2abfd695..3c4eadb59a1d3ee02bed3979959927315718cc77 100644
(file)
--- a/
lisp/vc/log-edit.el
+++ b/
lisp/vc/log-edit.el
@@
-246,7
+246,7
@@
when this variable is set to nil.")
(defvar log-edit-initial-files nil)
(defvar log-edit-callback nil)
(defvar log-edit-diff-function
- (lambda () (error "Diff functionality has not been setup")))
+ (lambda () (error "Diff functionality has not been set
up")))
(defvar log-edit-listfun nil)
(defvar log-edit-parent-buffer nil)