aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fringe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fringe.c b/src/fringe.c
index 4009a979962..2ce9d043718 100644
--- a/src/fringe.c
+++ b/src/fringe.c
@@ -1643,8 +1643,7 @@ If nil, also continue lines which are exactly as wide as the window. */);
1643 Voverflow_newline_into_fringe = Qt; 1643 Voverflow_newline_into_fringe = Qt;
1644 1644
1645 DEFVAR_LISP ("fringe-bitmaps", &Vfringe_bitmaps, 1645 DEFVAR_LISP ("fringe-bitmaps", &Vfringe_bitmaps,
1646 doc: /* List of fringe bitmap symbols. 1646 doc: /* List of fringe bitmap symbols. */);
1647You must (require 'fringe) to use fringe bitmap symbols in your programs." */);
1648 Vfringe_bitmaps = Qnil; 1647 Vfringe_bitmaps = Qnil;
1649} 1648}
1650 1649