From 2f32c77e9980a42f6f100b3deb581f9dd7f45160 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 21 Feb 2006 08:38:15 +0000 Subject: (fringe-bitmaps): Rename `horisontal-bar' to `horizontal-bar'. (fringe-cursor-alist): Use `horizontal-bar'. --- lisp/fringe.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/fringe.el') diff --git a/lisp/fringe.el b/lisp/fringe.el index 14ce045e683..06defd2ee0d 100644 --- a/lisp/fringe.el +++ b/lisp/fringe.el @@ -59,7 +59,7 @@ left-bracket right-bracket filled-rectangle hollow-rectangle filled-square hollow-square - vertical-bar horisontal-bar + vertical-bar horizontal-bar empty-line)) (bn 1)) (while bitmaps @@ -86,7 +86,7 @@ '((box . filled-rectangle) (hollow . hollow-rectangle) (bar . vertical-bar) - (hbar . horisontal-bar) + (hbar . horizontal-bar) (hollow-small . hollow-square))) ;; Control presence of fringes -- cgit v1.2.1