(scroll-bar-mode): Extra defvar to avoid warning.
authorRichard M. Stallman <rms@gnu.org>
Sat, 28 Jun 1997 00:44:52 +0000 (00:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 28 Jun 1997 00:44:52 +0000 (00:44 +0000)
lisp/scroll-bar.el

index bf0c1e8..8e07f3a 100644 (file)
@@ -56,6 +56,8 @@ that scroll bar position."
 \f
 ;;;; 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)