]> code.delx.au - gnu-emacs/blobdiff - lisp/tooltip.el
Add "Package:" file headers to denote built-in packages.
[gnu-emacs] / lisp / tooltip.el
index dceea337851c3a728b371f5da0c0af5ec8a177c3..5987b00f92efeca06ef004d64b11ed0f5758a20a 100644 (file)
@@ -1,10 +1,11 @@
 ;;; tooltip.el --- show tooltip windows
 
 ;; Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Gerd Moellmann <gerd@acm.org>
 ;; Keywords: help c mouse tools
+;; Package: emacs
 
 ;; This file is part of GNU Emacs.
 
@@ -115,7 +116,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.