summaryrefslogtreecommitdiff
path: root/lisp/longlines.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-06-06 20:39:18 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-06-06 20:39:18 +0000
commit12e18d7dfa21256c5c380114691a18a467432b29 (patch)
treed8c64b4ad2652b1ee9f01d328958b0d165eb488a /lisp/longlines.el
parent1c2a65c3687a2a2febc387279a4f84de3732969c (diff)
downloademacs-12e18d7dfa21256c5c380114691a18a467432b29.tar.gz
(longlines-show-effect): Default to a pilcrow sign.
Diffstat (limited to 'lisp/longlines.el')
-rw-r--r--lisp/longlines.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/longlines.el b/lisp/longlines.el
index a4dda4b4ec3..76989c92af2 100644
--- a/lisp/longlines.el
+++ b/lisp/longlines.el
@@ -69,7 +69,7 @@ You can also enable the display temporarily, using the command
: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