summaryrefslogtreecommitdiff
path: root/lisp/pcvs.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2003-02-10 21:48:38 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2003-02-10 21:48:38 +0000
commit1854d6e271b4284be33768a90be2dd9d2f081696 (patch)
tree9d1c734a09d6ca261de56563f51d47657a68ed54 /lisp/pcvs.el
parent7bd4aefba766642315aa6ee84f193ae78ce3402f (diff)
Comment update.
Diffstat (limited to 'lisp/pcvs.el')
-rw-r--r--lisp/pcvs.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/pcvs.el b/lisp/pcvs.el
index cc3fedaf62a..6cacdc09a20 100644
--- a/lisp/pcvs.el
+++ b/lisp/pcvs.el
@@ -14,7 +14,7 @@
;; (Jari Aalto+mail.emacs) jari.aalto@poboxes.com
;; Maintainer: (Stefan Monnier) monnier+lists/cvs/pcl@flint.cs.yale.edu
;; Keywords: CVS, version control, release management
-;; Revision: $Id: pcvs.el,v 1.46 2002/12/05 15:23:37 monnier Exp $
+;; Revision: $Id: pcvs.el,v 1.47 2003/02/04 11:57:37 lektu Exp $
;; This file is part of GNU Emacs.
@@ -541,7 +541,8 @@ Working dir: " (abbreviate-file-name dir) "
;; If process-connection-type is nil and the repository
;; is accessed via SSH, a bad interaction between libc,
;; CVS and SSH can lead to garbled output.
- ;; It might be a glibc-specific problem.
+ ;; It might be a glibc-specific problem (but it also happens
+ ;; under Mac OS X, it seems).
;; Until the problem is cleared, we'll use a pty rather than
;; a pipe.
;; (process-connection-type nil) ; Use a pipe, not a pty.