bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#12272: 24.1.50; extra newline at end of node (elisp) Standard Regexp


From: Juri Linkov
Subject: bug#12272: 24.1.50; extra newline at end of node (elisp) Standard Regexps
Date: Tue, 04 Dec 2012 01:39:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu)

> -      (when (< (1+ (point)) (point-max))
> -     (put-text-property (1+ (point)) (point-max) 'invisible t))
> +      (when (< (point) (1- (point-max)))
> +     (put-text-property (point) (1- (point-max)) 'invisible t))

Since this is a regression, I installed the fix to the emacs-24 branch.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]