mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(cvs-vc-command-advice): Fix a typo in code (file->files).
This commit is contained in:
parent
fd3c02d8cb
commit
dae2bd5682
2 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2007-08-22 Sam Steingold <sds@gnu.org>
|
||||
|
||||
* pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
|
||||
|
||||
2007-08-22 Carsten Dominik <dominik@science.uva.nl>
|
||||
|
||||
* textmodes/org-export-latex.el: New file.
|
||||
|
|
@ -69,7 +73,7 @@
|
|||
(org-clock-out-if-current): Respect `org-clock-out-when-done'.
|
||||
(org-clock-out-when-done): New option.
|
||||
(org-html-entities): Added HTML entities for smileys.
|
||||
|
||||
|
||||
|
||||
2007-08-22 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
|
|
|
|||
|
|
@ -2384,7 +2384,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'."
|
|||
(when (and (equal (car flags) "add")
|
||||
(goto-char (point-min))
|
||||
(looking-at ".*to add this file permanently\n\\'"))
|
||||
(dolist (file (if (listp files) files (list file)))
|
||||
(dolist (file (if (listp files) files (list files)))
|
||||
(insert "cvs add: scheduling file `"
|
||||
(file-name-nondirectory file)
|
||||
"' for addition\n")))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue