mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Prefer \... to control chars in .el literals
This commit is contained in:
parent
00c1f771f2
commit
20b858ef13
12 changed files with 408 additions and 408 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue