diff options
| author | Glenn Morris | 2008-06-18 02:53:20 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-18 02:53:20 +0000 |
| commit | b816c5e382614b187b8d22adb001014e85e88fd9 (patch) | |
| tree | 81e2691e6c6b5ea9f7f017b1975f2af4f3ef4b3f | |
| parent | deb45e84166ba9c6cdc1dbb6d98cfbb1e9b1ca12 (diff) | |
| download | emacs-b816c5e382614b187b8d22adb001014e85e88fd9.tar.gz emacs-b816c5e382614b187b8d22adb001014e85e88fd9.zip | |
(buffer-face-mode-invoke): Declare.
| -rw-r--r-- | lisp/mouse.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el index a67390fc0e4..21f80cbe613 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mouse.el --- window system-independent mouse support | 1 | ;;; mouse.el --- window system-independent mouse support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1993, 1994, 1995, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: hardware, mouse | 7 | ;; Keywords: hardware, mouse |
| @@ -2472,6 +2472,8 @@ choose a font." | |||
| 2472 | 2472 | ||
| 2473 | (defvar mouse-appearance-menu-map nil) | 2473 | (defvar mouse-appearance-menu-map nil) |
| 2474 | (declare-function x-select-font "xfns.c" (&optional frame ignored)) ; USE_GTK | 2474 | (declare-function x-select-font "xfns.c" (&optional frame ignored)) ; USE_GTK |
| 2475 | (declare-function buffer-face-mode-invoke "face-remap" | ||
| 2476 | (face arg &optional interactive)) | ||
| 2475 | 2477 | ||
| 2476 | (defun mouse-appearance-menu (event) | 2478 | (defun mouse-appearance-menu (event) |
| 2477 | (interactive "@e") | 2479 | (interactive "@e") |