diff options
author | Simon Josefsson <jas@extundo.com> | 2003-03-14 16:13:50 +0000 |
---|---|---|
committer | Simon Josefsson <jas@extundo.com> | 2003-03-14 16:13:50 +0000 |
commit | 60e3dd1459d620c51a7032fe8f768cf3b8dad605 (patch) | |
tree | 4e28f45f1d9200545c1ce67f310310ef8c1bc303 /lisp/fringe.el | |
parent | 87f506c3f6431c291d0a2350eef0cace9d0c28c2 (diff) | |
download | emacs-60e3dd1459d620c51a7032fe8f768cf3b8dad605.tar.gz emacs-60e3dd1459d620c51a7032fe8f768cf3b8dad605.tar.bz2 emacs-60e3dd1459d620c51a7032fe8f768cf3b8dad605.zip |
(fringe-mode): Autoload so that
Options->Show/Hide->Fringe->Customize works.
Diffstat (limited to 'lisp/fringe.el')
-rw-r--r-- | lisp/fringe.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/fringe.el b/lisp/fringe.el index 8ec6d142077..bbc27d5839f 100644 --- a/lisp/fringe.el +++ b/lisp/fringe.el @@ -1,6 +1,6 @@ ;;; fringe.el --- change fringes appearance in various ways -;; Copyright (C) 2002 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003 Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org> ;; Maintainer: FSF @@ -83,6 +83,7 @@ See `fringe-mode' for possible values and their effect." fringe-mode)))) (setq frames (cdr frames))))) +;;;###autoload (defcustom fringe-mode nil "*Specify appearance of fringes on all frames. This variable can be nil (the default) meaning the fringes should have |