Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
478975a9
Commit
478975a9
authored
Jan 24, 2008
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(gpm-mouse-start): Declare as a function.
parent
881c0f33
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
6 deletions
+12
-6
lisp/ChangeLog
lisp/ChangeLog
+7
-5
lisp/t-mouse.el
lisp/t-mouse.el
+5
-1
No files found.
lisp/ChangeLog
View file @
478975a9
2008-01-24 Glenn Morris <rgm@gnu.org>
* t-mouse.el (gpm-mouse-start): Declare as a function.
2008-01-23 Michael Albinus <michael.albinus@gmx.de>
* 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.
2
2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
* 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 <rudalics@gmx.at>
...
...
lisp/t-mouse.el
View file @
478975a9
...
...
@@ -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
...
...
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