changeset 95606:7c5d0c26f521

(longlines-show-effect): Default to a pilcrow sign.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 06 Jun 2008 20:39:18 +0000
parents fb1c0df305dc
children 457e9cb63681
files lisp/longlines.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/longlines.el	Fri Jun 06 20:39:07 2008 +0000
+++ b/lisp/longlines.el	Fri Jun 06 20:39:18 2008 +0000
@@ -69,7 +69,7 @@
   :group 'longlines
   :type 'boolean)
 
-(defcustom longlines-show-effect (propertize "|\n" 'face 'escape-glyph)
+(defcustom longlines-show-effect (propertize "ΒΆ\n" 'face 'escape-glyph)
   "A string to display when showing hard newlines.
 This is used when `longlines-show-hard-newlines' is on."
   :group 'longlines