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 | |
parent | e2685eb734e5ea37f223f97a2e80013deff2f5f1 (diff) | |
download | emacs-5297bc10b012e75d28d18b73880ad0e2e01cb57c.tar.gz |
(tooltip-frame-parameters): Undo previous change.
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/tooltip.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8354e117e76..71dcce97720 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-11-12 Dan Nicolaescu <dann@ics.uci.edu> + + * tooltip.el (tooltip-frame-parameters): Undo previous change. + 2009-11-12 Juri Linkov <juri@jurta.org> * ffap.el (ffap-alternate-file-other-window, ffap-literally): 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. |