diff options
| author | Dan Nicolaescu | 2009-11-12 12:37:47 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2009-11-12 12:37:47 +0000 |
| commit | 5297bc10b012e75d28d18b73880ad0e2e01cb57c (patch) | |
| tree | 970e5c4a72b37c9117ecb836b75e1b170d7c9d62 | |
| parent | e2685eb734e5ea37f223f97a2e80013deff2f5f1 (diff) | |
| download | emacs-5297bc10b012e75d28d18b73880ad0e2e01cb57c.tar.gz emacs-5297bc10b012e75d28d18b73880ad0e2e01cb57c.zip | |
(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 @@ | |||
| 1 | 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * tooltip.el (tooltip-frame-parameters): Undo previous change. | ||
| 4 | |||
| 1 | 2009-11-12 Juri Linkov <juri@jurta.org> | 5 | 2009-11-12 Juri Linkov <juri@jurta.org> |
| 2 | 6 | ||
| 3 | * ffap.el (ffap-alternate-file-other-window, ffap-literally): | 7 | * 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." | |||
| 115 | :group 'tooltip) | 115 | :group 'tooltip) |
| 116 | 116 | ||
| 117 | (defcustom tooltip-frame-parameters | 117 | (defcustom tooltip-frame-parameters |
| 118 | `((name . (purecopy "tooltip")) | 118 | '((name . "tooltip") |
| 119 | (internal-border-width . 2) | 119 | (internal-border-width . 2) |
| 120 | (border-width . 1)) | 120 | (border-width . 1)) |
| 121 | "Frame parameters used for tooltips. | 121 | "Frame parameters used for tooltips. |