# HG changeset patch
# User Chong Yidong <cyd@stupidchicken.com>
# Date 1212784758 0
# Node ID 7c5d0c26f52152a39f70a7941e9e5d7cda7759ce
# Parent  fb1c0df305dc316fac7b4f6c735267fc5d1a8b44
(longlines-show-effect): Default to a pilcrow sign.

diff -r fb1c0df305dc -r 7c5d0c26f521 lisp/longlines.el
--- 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