Mercurial > hg > xemacs-beta
comparison lisp/w3/w3-prefs.el @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | 9ee227acff29 |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
1 ;;; w3-prefs.el,v --- Preferences panels for Emacs-W3 | 1 ;;; w3-prefs.el --- Preferences panels for Emacs-W3 |
2 ;; Author: wmperry | 2 ;; Author: wmperry |
3 ;; Created: 1996/06/06 14:14:34 | 3 ;; Created: 1996/06/30 18:10:45 |
4 ;; Version: 1.10 | 4 ;; Version: 1.5 |
5 ;; Keywords: hypermedia, preferences | 5 ;; Keywords: hypermedia, preferences |
6 | 6 |
7 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
8 ;;; Copyright (c) 1996 by William M. Perry (wmperry@spry.com) | 8 ;;; Copyright (c) 1996 by William M. Perry (wmperry@cs.indiana.edu) |
9 ;;; | 9 ;;; |
10 ;;; This file is not part of GNU Emacs, but the same permissions apply. | 10 ;;; This file is not part of GNU Emacs, but the same permissions apply. |
11 ;;; | 11 ;;; |
12 ;;; GNU Emacs is free software; you can redistribute it and/or modify | 12 ;;; GNU Emacs is free software; you can redistribute it and/or modify |
13 ;;; it under the terms of the GNU General Public License as published by | 13 ;;; it under the terms of the GNU General Public License as published by |
30 (require 'widget) | 30 (require 'widget) |
31 (require 'widget-edit) | 31 (require 'widget-edit) |
32 (require 'w3-vars) | 32 (require 'w3-vars) |
33 (require 'w3-keyword) | 33 (require 'w3-keyword) |
34 (require 'w3-widget) | 34 (require 'w3-widget) |
35 (require 'w3-toolbar) | |
35 | 36 |
36 (defvar w3-preferences-glyph nil) | 37 (defvar w3-preferences-glyph nil) |
37 (defvar w3-preferences-map nil) | 38 (defvar w3-preferences-map nil) |
38 (defvar w3-preferences-panel-begin-marker nil) | 39 (defvar w3-preferences-panel-begin-marker nil) |
39 (defvar w3-preferences-panel-end-marker nil) | 40 (defvar w3-preferences-panel-end-marker nil) |