mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
; * lisp/vc/log-edit.el (log-edit-diff-function): Grammar fix.
This commit is contained in:
parent
67a27ff53b
commit
299a1f2407
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user