comparison lisp/custom/widget.el @ 193:f53b5ca2e663 r20-3b23

Import from CVS: tag r20-3b23
author cvs
date Mon, 13 Aug 2007 09:58:30 +0200
parents 489f57a838ef
children a2f645c6b9f8
comparison
equal deleted inserted replaced
192:9d35321dd38c 193:f53b5ca2e663
2 ;; 2 ;;
3 ;; Copyright (C) 1996, 1997 Free Software Foundation, Inc. 3 ;; Copyright (C) 1996, 1997 Free Software Foundation, Inc.
4 ;; 4 ;;
5 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> 5 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
6 ;; Keywords: help, extensions, faces, hypermedia 6 ;; Keywords: help, extensions, faces, hypermedia
7 ;; Version: 1.9958 7 ;; Version: 1.9960
8 ;; X-URL: http://www.dina.kvl.dk/~abraham/custom/ 8 ;; X-URL: http://www.dina.kvl.dk/~abraham/custom/
9 9
10 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
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
28 ;; 28 ;;
29 ;; If you want to use this code, please visit the URL above. 29 ;; If you want to use this code, please visit the URL above.
30 ;; 30 ;;
31 ;; This file only contain the code needed to define new widget types. 31 ;; This file only contain the code needed to define new widget types.
32 ;; Everything else is autoloaded from `wid-edit.el'. 32 ;; Everything else is autoloaded from `wid-edit.el'.
33 ;;
34 ;; IMPORTANT: This version of widget is for Emacs 19.34 and XEmacs
35 ;; 19.15 - 20.2 only. If you use Emacs 20.1, XEmacs 20.3, or anything
36 ;; newer, please use the version of widget bundled with your emacs.
37 ;; If you use an older emacs, please upgrade.
33 38
34 ;;; Code: 39 ;;; Code:
35 40
36 (eval-when-compile (require 'cl)) 41 (eval-when-compile (require 'cl))
37 42