diff options
Diffstat (limited to 'lisp/dframe.el')
| -rw-r--r-- | lisp/dframe.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/dframe.el b/lisp/dframe.el index d3356197a2b..2cdf4784eb0 100644 --- a/lisp/dframe.el +++ b/lisp/dframe.el | |||
| @@ -157,22 +157,22 @@ selected frame and the focus will change to that frame." | |||
| 157 | :type 'hook) | 157 | :type 'hook) |
| 158 | 158 | ||
| 159 | (defvar dframe-track-mouse-function nil | 159 | (defvar dframe-track-mouse-function nil |
| 160 | "*A function to call when the mouse is moved in the given frame. | 160 | "A function to call when the mouse is moved in the given frame. |
| 161 | Typically used to display info about the line under the mouse.") | 161 | Typically used to display info about the line under the mouse.") |
| 162 | (make-variable-buffer-local 'dframe-track-mouse-function) | 162 | (make-variable-buffer-local 'dframe-track-mouse-function) |
| 163 | 163 | ||
| 164 | (defvar dframe-help-echo-function nil | 164 | (defvar dframe-help-echo-function nil |
| 165 | "*A function to call when help-echo is used in newer versions of Emacs. | 165 | "A function to call when help-echo is used in newer versions of Emacs. |
| 166 | Typically used to display info about the line under the mouse.") | 166 | Typically used to display info about the line under the mouse.") |
| 167 | (make-variable-buffer-local 'dframe-help-echo-function) | 167 | (make-variable-buffer-local 'dframe-help-echo-function) |
| 168 | 168 | ||
| 169 | (defvar dframe-mouse-click-function nil | 169 | (defvar dframe-mouse-click-function nil |
| 170 | "*A function to call when the mouse is clicked. | 170 | "A function to call when the mouse is clicked. |
| 171 | Valid clicks are mouse 2, our double mouse 1.") | 171 | Valid clicks are mouse 2, our double mouse 1.") |
| 172 | (make-variable-buffer-local 'dframe-mouse-click-function) | 172 | (make-variable-buffer-local 'dframe-mouse-click-function) |
| 173 | 173 | ||
| 174 | (defvar dframe-mouse-position-function nil | 174 | (defvar dframe-mouse-position-function nil |
| 175 | "*A function to call to position the cursor for a mouse click.") | 175 | "A function to call to position the cursor for a mouse click.") |
| 176 | (make-variable-buffer-local 'dframe-mouse-position-function) | 176 | (make-variable-buffer-local 'dframe-mouse-position-function) |
| 177 | 177 | ||
| 178 | (defvar dframe-power-click nil | 178 | (defvar dframe-power-click nil |