1
0
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:
Dan Nicolaescu 2009-11-12 12:37:47 +00:00
parent e2685eb734
commit 5297bc10b0
2 changed files with 5 additions and 1 deletions

View File

@ -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):

View File

@ -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.