Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
18385083
Commit
18385083
authored
Nov 11, 2004
by
Stefan Monnier
Browse files
Require CL.
parent
977b50fb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
lisp/tooltip.el
lisp/tooltip.el
+4
-2
No files found.
lisp/tooltip.el
View file @
18385083
;;; tooltip.el --- show tooltip windows
;; Copyright (C) 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
;; Copyright (C) 1997, 1999, 2000, 2001
, 2004
Free Software Foundation, Inc.
;; Author: Gerd Moellmann <gerd@acm.org>
;; Keywords: help c mouse tools
...
...
@@ -26,6 +26,8 @@
;;; Code:
(
eval-when-compile
(
require
'cl
))
;;; Customizable settings
...
...
@@ -518,5 +520,5 @@ use either \\[customize] or the function `tooltip-mode'."
(
provide
'tooltip
)
;;
;
arch-tag: 3d61135e-4618-4a78-af28-183f6df5636f
;; arch-tag: 3d61135e-4618-4a78-af28-183f6df5636f
;;; tooltip.el ends here
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment