comparison lisp/tooltip.el @ 40376:4139a35c785c

Remove installation instructions. There's nothing to do.
author Gerd Moellmann <gerd@gnu.org>
date Sat, 27 Oct 2001 15:08:48 +0000
parents 1dab42ecd751
children 3c4df1ce9e4c
comparison
equal deleted inserted replaced
40375:ba4a77420ff9 40376:4139a35c785c
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 ;; Boston, MA 02111-1307, USA. 23 ;; Boston, MA 02111-1307, USA.
24 24
25 ;;; Commentary: 25 ;;; Commentary:
26 26
27 ;; Put into your `.emacs'
28
29 ;; (require 'tooltip)
30 ;; (tooltip-mode 1)
31
32
33
34 ;;; Code: 27 ;;; Code:
35 28
36 (eval-when-compile 29 (eval-when-compile
37 (require 'cl) 30 (require 'cl)
38 (require 'comint) 31 (require 'comint)