comparison lisp/ChangeLog @ 70673:798fa39b6207

2006-05-16 Ken Manheimer <ken.manheimer@gmail.com> * allout.el (allout-show-bodies, allout-old-style-prefixes) (allout-stylish-prefixes, allout-numbered-bullet) (allout-file-xref-bullet, allout-use-hanging-indents): Use simple predicates to qualify `safe-local-variable' property, when available, else use equivalent lambda. (allout-current-topic-collapsed-p): Do the right thing regarding trailing blank lines.
author Reiner Steib <Reiner.Steib@gmx.de>
date Tue, 16 May 2006 10:01:32 +0000
parents 06de67179ba1
children 13c49a63f416
comparison
equal deleted inserted replaced
70672:06de67179ba1 70673:798fa39b6207
1 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
2
3 * allout.el (allout-show-bodies, allout-old-style-prefixes)
4 (allout-stylish-prefixes, allout-numbered-bullet)
5 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
6 predicates to qualify `safe-local-variable' property, when
7 available, else use equivalent lambda.
8 (allout-current-topic-collapsed-p): Do the right thing regarding
9 trailing blank lines.
10
1 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca> 11 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2 12
3 * server.el (server-start): Only create a directory if needed. 13 * server.el (server-start): Only create a directory if needed.
4 (server-edit, server-unload-hook): server-start => server-mode. 14 (server-edit, server-unload-hook): server-start => server-mode.
5 (kill-emacs-hook): Cleanup upon exit. 15 (kill-emacs-hook): Cleanup upon exit.