View | Details | Raw Unified | Return to bug 129874
Collapse All | Expand All

(-)packages.orig/xemacs-packages/pcl-cvs/pcl-cvs-parse.el (-1 / +3 lines)
Lines 149-155 Link Here
149
     (and
149
     (and
150
      (cvs-match ".*$")
150
      (cvs-match ".*$")
151
      (cvs-create-fileinfo 'MESSAGE cvs-current-dir " "
151
      (cvs-create-fileinfo 'MESSAGE cvs-current-dir " "
152
			   (concat " Parser Error: '" (cvs-parse-msg) "'")
152
			   ;; (concat " Parser Error: '"
153
			   (cvs-parse-msg)
154
			   ;; "'")
153
			   :subtype 'ERROR)))))
155
			   :subtype 'ERROR)))))
154
156
155
157

Return to bug 129874