comparison lisp/scroll-bar.el @ 2233:fb0ed5a1d0f3

Add standard library headers.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Wed, 17 Mar 1993 17:17:05 +0000
parents 4f9d60f7de9d
children 9e7ec92a4fdf
comparison
equal deleted inserted replaced
2232:4f9d60f7de9d 2233:fb0ed5a1d0f3
18 ;;; GNU General Public License for more details. 18 ;;; GNU General Public License for more details.
19 19
20 ;;; You should have received a copy of the GNU General Public License 20 ;;; You should have received a copy of the GNU General Public License
21 ;;; along with GNU Emacs; see the file COPYING. If not, write to 21 ;;; along with GNU Emacs; see the file COPYING. If not, write to
22 ;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 22 ;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
23
24 ;;; Code:
23 25
24 (require 'mouse) 26 (require 'mouse)
25 27
26 28
27 ;;;; Utilities. 29 ;;;; Utilities.