summaryrefslogtreecommitdiff
path: root/lisp/vc/pcvs.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-03-29 17:41:11 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2018-03-29 17:43:08 -0700
commit20b858ef13f8f71fae6cbce5cdac31c4dd130600 (patch)
tree861786941f43a58fa282a5a019d3948904b10a9c /lisp/vc/pcvs.el
parent00c1f771f2a51ffa675ec5a07ea330f2605cd302 (diff)
downloademacs-20b858ef13f8f71fae6cbce5cdac31c4dd130600.tar.gz
Prefer \... to control chars in .el literals
Diffstat (limited to 'lisp/vc/pcvs.el')
-rw-r--r--lisp/vc/pcvs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/pcvs.el b/lisp/vc/pcvs.el
index 5515e0cd608..501666a4997 100644
--- a/lisp/vc/pcvs.el
+++ b/lisp/vc/pcvs.el
@@ -700,7 +700,7 @@ OLD-FIS is the list of fileinfos on which the cvs command was applied and
;; because of the call to `process-send-eof'.
(save-excursion
(goto-char (point-min))
- (while (re-search-forward "^\\^D+" nil t)
+ (while (re-search-forward "^\\^D\^H+" nil t)
(let ((inhibit-read-only t))
(delete-region (match-beginning 0) (match-end 0))))))
(let* ((fileinfos (cvs-parse-buffer 'cvs-parse-table dcd subdir))