Mercurial > emacs
changeset 18480:f0c705a82dca
(scroll-bar-mode): Extra defvar to avoid warning.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 28 Jun 1997 00:44:52 +0000 |
parents | dedaafd841c0 |
children | c41c3f9ff745 |
files | lisp/scroll-bar.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/scroll-bar.el Sat Jun 28 00:43:48 1997 +0000 +++ b/lisp/scroll-bar.el Sat Jun 28 00:44:52 1997 +0000 @@ -56,6 +56,8 @@ ;;;; Helpful functions for enabling and disabling scroll bars. +(defvar scroll-bar-mode) + (defun set-scroll-bar-mode (ignore value) "Set `scroll-bar-mode' to VALUE and put the new value into effect." (setq scroll-bar-mode value)