From 478975a92ab0e5d966082be1b565bb3792bfd987 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 24 Jan 2008 04:49:39 +0000 Subject: [PATCH] (gpm-mouse-start): Declare as a function. --- lisp/ChangeLog | 12 +++++++----- lisp/t-mouse.el | 6 +++++- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 62c718c8a61..0272d6cbec1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,8 +1,11 @@ +2008-01-24 Glenn Morris + + * t-mouse.el (gpm-mouse-start): Declare as a function. + 2008-01-23 Michael Albinus * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C". - (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the - regexp. + (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp. (tramp-find-shell, tramp-open-connection-setup-interactive-shell): Don't send `tramp-rsh-end-of-line' additionally, when setting the prompt. @@ -10,7 +13,7 @@ (tramp-get-test-nt-command): Don't check for "\n" in the prompt. (tramp-local-host-p): Check whether temp directory is writable. -22008-01-23 Dan Nicolaescu +2008-01-23 Dan Nicolaescu * vc.el: Add TODO items. @@ -20,8 +23,7 @@ be used to reveal or highlight the location of a match. (occur-mode-goto-occurrence) (occur-mode-goto-occurrence-other-window) - (occur-mode-display-occurrence): Run - `occur-mode-find-occurrence-hook'. + (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'. 2008-01-23 Martin Rudalics diff --git a/lisp/t-mouse.el b/lisp/t-mouse.el index 1a000f37470..a89fe142551 100644 --- a/lisp/t-mouse.el +++ b/lisp/t-mouse.el @@ -4,7 +4,8 @@ ;; Maintainer: FSF ;; Keywords: mouse gpm linux -;; Copyright (C) 1994, 1995, 1998, 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 1994, 1995, 1998, 2006, 2007, 2008 +;; Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -39,6 +40,9 @@ ;;; Code: +;; Prevent warning when compiling in an Emacs without gpm support. +(declare-function gpm-mouse-start "term.c" ()) + ;;;###autoload (define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") ;;;###autoload -- 2.39.2