mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(tooltip-frame-parameters): Undo previous change.
This commit is contained in:
parent
e2685eb734
commit
5297bc10b0
@ -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…
Reference in New Issue
Block a user