Emacs Remove ^M From Files
Fir go to top of buffer, then:
M-x replace-string C-q C-m RET
Here,
M-%
can be used for
M-x replace-string
.
The control-q will allow typing control characters into the input buffer.
Fir go to top of buffer, then:
M-x replace-string C-q C-m RET
Here,
M-%
can be used for
M-x replace-string
.
The control-q will allow typing control characters into the input buffer.