annotate lisp/w3/w3-e20.el @ 169:15872534500d r20-3b11

Import from CVS: tag r20-3b11
author cvs
date Mon, 13 Aug 2007 09:46:53 +0200
parents
children 3d6bfa290dbd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
169
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
1 ;;; w3-e19.el --- Emacs 20.xx specific functions for emacs-w3
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
2 ;; Author: wmperry
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
3 ;; Created: 1997/06/27 15:28:39
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
4 ;; Version: 1.1
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
5 ;; Keywords: faces, help, mouse, hypermedia
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
6
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
7 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
8 ;;; Copyright (c) 1997 Free Software Foundation, Inc.
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
9 ;;;
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
10 ;;; This file is part of GNU Emacs.
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
11 ;;;
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
12 ;;; GNU Emacs is free software; you can redistribute it and/or modify
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
13 ;;; it under the terms of the GNU General Public License as published by
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
14 ;;; the Free Software Foundation; either version 2, or (at your option)
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
15 ;;; any later version.
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
16 ;;;
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
17 ;;; GNU Emacs is distributed in the hope that it will be useful,
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
18 ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
19 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
20 ;;; GNU General Public License for more details.
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
21 ;;;
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
22 ;;; You should have received a copy of the GNU General Public License
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
23 ;;; along with GNU Emacs; see the file COPYING. If not, write to the
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
24 ;;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
25 ;;; Boston, MA 02111-1307, USA.
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
26 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
27
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
28 (require 'w3-e19)