; Add missing symbol quoting.
* lisp/vc/ediff-util.el (ediff-janitor): Add missing symbol quoting.
This commit is contained in:
parent
3d94931cec
commit
229315c0e2
1 changed files with 1 additions and 1 deletions
|
@ -2624,7 +2624,7 @@ temporarily reverses the meaning of this variable."
|
|||
(defun ediff-janitor (ask keep-variants)
|
||||
"Kill buffers A, B, and, possibly, C, if these buffers aren't modified.
|
||||
In merge jobs, buffer C is not deleted here, but rather according to
|
||||
ediff-quit-merge-hook.
|
||||
`ediff-quit-merge-hook'.
|
||||
ASK non-nil means ask the user whether to keep each unmodified buffer, unless
|
||||
KEEP-VARIANTS is non-nil, in which case buffers are never killed.
|
||||
A side effect of cleaning up may be that you should be careful when comparing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue