(tooltip-frame-parameters): Undo previous change.
This commit is contained in:
parent
e2685eb734
commit
5297bc10b0
2 changed files with 5 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue