Mercurial > emacs
changeset 27254:650eddd41858
(texinfo-format-scan): Use ?\n instead
of a real newline.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 09 Jan 2000 18:20:13 +0000 |
parents | 5347d5379b2d |
children | 9c22a5ed9654 |
files | lisp/textmodes/texinfmt.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/texinfmt.el Sun Jan 09 17:19:23 2000 +0000 +++ b/lisp/textmodes/texinfmt.el Sun Jan 09 18:20:13 2000 +0000 @@ -858,8 +858,7 @@ (if (not (= (following-char) ?\n)) (insert ? ))) ;; following char is a carriage return - ((= (following-char) ? -) + ((= (following-char) ?\n) ;; remove command (delete-region (1- (point)) (1+ (point))) ;; insert single space if not at end of line;