diff options
author | Glenn Morris <rgm@gnu.org> | 2008-06-18 02:53:20 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-06-18 02:53:20 +0000 |
commit | b816c5e382614b187b8d22adb001014e85e88fd9 (patch) | |
tree | 81e2691e6c6b5ea9f7f017b1975f2af4f3ef4b3f /lisp/mouse.el | |
parent | deb45e84166ba9c6cdc1dbb6d98cfbb1e9b1ca12 (diff) | |
download | emacs-b816c5e382614b187b8d22adb001014e85e88fd9.tar.gz emacs-b816c5e382614b187b8d22adb001014e85e88fd9.tar.bz2 emacs-b816c5e382614b187b8d22adb001014e85e88fd9.zip |
(buffer-face-mode-invoke): Declare.
Diffstat (limited to 'lisp/mouse.el')
-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 @@ ;;; mouse.el --- window system-independent mouse support -;; Copyright (C) 1993, 1994, 1995, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1994, 1995, 1999, 2000, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: hardware, mouse @@ -2472,6 +2472,8 @@ choose a font." (defvar mouse-appearance-menu-map nil) (declare-function x-select-font "xfns.c" (&optional frame ignored)) ; USE_GTK +(declare-function buffer-face-mode-invoke "face-remap" + (face arg &optional interactive)) (defun mouse-appearance-menu (event) (interactive "@e") |