]> git.eshelyaron.com Git - emacs.git/commitdiff
(longlines-show-effect): Default to a pilcrow sign.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 6 Jun 2008 20:39:18 +0000 (20:39 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 6 Jun 2008 20:39:18 +0000 (20:39 +0000)
lisp/longlines.el

index a4dda4b4ec3c0a426d6bda531c3267dedbd1e4b8..76989c92af2cafa7931ca50cf5d89317d01e25ac 100644 (file)
@@ -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