diff options
| author | Dan Nicolaescu <dann@ics.uci.edu> | 2009-11-12 12:37:47 +0000 |
|---|---|---|
| committer | Dan Nicolaescu <dann@ics.uci.edu> | 2009-11-12 12:37:47 +0000 |
| commit | 5297bc10b012e75d28d18b73880ad0e2e01cb57c (patch) | |
| tree | 970e5c4a72b37c9117ecb836b75e1b170d7c9d62 /lisp/tooltip.el | |
| parent | e2685eb734e5ea37f223f97a2e80013deff2f5f1 (diff) | |
| download | emacs-5297bc10b012e75d28d18b73880ad0e2e01cb57c.tar.gz | |
(tooltip-frame-parameters): Undo previous change.
Diffstat (limited to 'lisp/tooltip.el')
| -rw-r--r-- | lisp/tooltip.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el index dceea337851..49ecaffd0e6 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el @@ -115,7 +115,7 @@ the value of `tooltip-y-offset' is ignored." :group 'tooltip) (defcustom tooltip-frame-parameters - `((name . (purecopy "tooltip")) + '((name . "tooltip") (internal-border-width . 2) (border-width . 1)) "Frame parameters used for tooltips. |
