diff options
author | Per Abrahamsen <abraham@dina.kvl.dk> | 2002-02-14 16:47:11 +0000 |
---|---|---|
committer | Per Abrahamsen <abraham@dina.kvl.dk> | 2002-02-14 16:47:11 +0000 |
commit | 0e520006a8a15f16971c5603c7821c03732ec23f (patch) | |
tree | e548fab549ae6dbed8285357d5613cb2189e920d /lisp/wid-browse.el | |
parent | 8df9f2a38746e4163c40722dc3bee73c486a599d (diff) | |
download | emacs-0e520006a8a15f16971c5603c7821c03732ec23f.tar.gz |
2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
* facemenu.el (describe-text-done): New function.
(describe-text-mode-map): New variable.
(describe-text-mode-hook): New option.
(describe-text-mode): New function.
(describe-text-widget): New function.
(describe-text-sexp): New function.
(describe-text-properties): New function.
(describe-text-category): New command.
(describe-text-at): New command.
(facemenu-menu): Replace `list-text-properties-at' with
`describe-text-at' in the menu.
* wid-edit.el (widgetp): New function.
* wid-edit.el (widget-keymap, widget-insert, widget-setup):
Autoloaded.
* emacs-lisp/pp.el (pp-to-string): Autoloaded.
* wid-browse.el: Removed version and x-url keywords.
Diffstat (limited to 'lisp/wid-browse.el')
-rw-r--r-- | lisp/wid-browse.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/wid-browse.el b/lisp/wid-browse.el index f93e1d9611a..eb5dac08fdf 100644 --- a/lisp/wid-browse.el +++ b/lisp/wid-browse.el @@ -4,8 +4,6 @@ ;; ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Keywords: extensions -;; Version: 1.9914 -;; X-URL: http://www.dina.kvl.dk/~abraham/custom/ ;; This file is part of GNU Emacs. |