diff options
author | Jonas Bernoulli <jonas@bernoul.li> | 2020-07-15 18:40:36 +0200 |
---|---|---|
committer | Jonas Bernoulli <jonas@bernoul.li> | 2020-08-13 11:34:49 +0200 |
commit | 2d93342a2715c657a8ef621594a90720bc6964e7 (patch) | |
tree | bd13c652fd8e5351d8d83d9e596c7662f216a365 /lisp/emacs-lisp/easymenu.el | |
parent | b88e5b4e6dc498be1ddc061df23f9b6cda811cb7 (diff) | |
download | emacs-2d93342a2715c657a8ef621594a90720bc6964e7.tar.gz emacs-2d93342a2715c657a8ef621594a90720bc6964e7.tar.bz2 emacs-2d93342a2715c657a8ef621594a90720bc6964e7.zip |
* lisp/font-lock.el: No longer use headings as end of section markers.
Each section ends right before the following section begins and IMO
that means that it is unnecessary to mark the end of sections.
For users of `outline-minor-mode' the old end-of-section markers were
a distraction. They made it much harder to parse the overview outline
state because each section heading was followed by a end-of-section
marker that was formatted as a section heading. Because of this I
wanted to remove the end-of-section markers.
But as Eli pointed out these sections are long and not everyone uses
`outline-minor-mode'.
So instead of removing them, I am turning the end-of-section markers
into regular comments (beginning with just two semicolons) instead of
section headings (beginning with tree semicolons). That way users of
`outline-minor-mode' won't be distracted by them and others can still
benefit from the markers as before.
Diffstat (limited to 'lisp/emacs-lisp/easymenu.el')
0 files changed, 0 insertions, 0 deletions