diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-02-21 08:38:15 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-02-21 08:38:15 +0000 |
commit | 2f32c77e9980a42f6f100b3deb581f9dd7f45160 (patch) | |
tree | a8d1a0158f58342fd03c975442881867977725fc | |
parent | a8f4bdc694f9a0b19f48bb6b55d3722386714b89 (diff) | |
download | emacs-2f32c77e9980a42f6f100b3deb581f9dd7f45160.tar.gz |
(fringe-bitmaps): Rename `horisontal-bar' to `horizontal-bar'.
(fringe-cursor-alist): Use `horizontal-bar'.
-rw-r--r-- | lisp/fringe.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 |