Mercurial > emacs
changeset 105967:e28c9547f91d
(tooltip-frame-parameters): Undo previous change.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Thu, 12 Nov 2009 12:37:47 +0000 |
parents | 1b85a4b6472f |
children | f4dc8b8f20d2 |
files | lisp/ChangeLog lisp/tooltip.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Nov 12 10:41:50 2009 +0000 +++ b/lisp/ChangeLog Thu Nov 12 12:37:47 2009 +0000 @@ -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):
--- a/lisp/tooltip.el Thu Nov 12 10:41:50 2009 +0000 +++ b/lisp/tooltip.el Thu Nov 12 12:37:47 2009 +0000 @@ -115,7 +115,7 @@ :group 'tooltip) (defcustom tooltip-frame-parameters - `((name . (purecopy "tooltip")) + '((name . "tooltip") (internal-border-width . 2) (border-width . 1)) "Frame parameters used for tooltips.