diff options
author | Karl Heuer <kwzh@gnu.org> | 1997-05-29 17:48:38 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1997-05-29 17:48:38 +0000 |
commit | 9149d738488f681797713bc6a635762519468391 (patch) | |
tree | 2b0a0366c581ac926c6b81db58b0f9b4e7d88c91 /lisp/mouse-copy.el | |
parent | 351d52f7198aa97d8eb6dd4a58d363d9a499d2d4 (diff) | |
download | emacs-9149d738488f681797713bc6a635762519468391.tar.gz |
Update URL in commentary.
Diffstat (limited to 'lisp/mouse-copy.el')
-rw-r--r-- | lisp/mouse-copy.el | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/lisp/mouse-copy.el b/lisp/mouse-copy.el index c35eaa3b115..22c20393ca6 100644 --- a/lisp/mouse-copy.el +++ b/lisp/mouse-copy.el @@ -77,7 +77,7 @@ ;;; Future plans: ;;; ;;; I read about the chording features of Plan-9's Acme environment at -;;; <http://swifty.dap.csiro.au/%7Ecameron/wily/auug.html>. I'd like +;;; <http://www.zip.com.au/~cs/app/wily/auug.html>. I'd like ;;; to incorporate some of these ideas into mouse-copy. The only ;;; lose is that this is not the current Emacs Way Of Doing Things, so ;;; there would be a learning curve for existing emacs users. @@ -93,28 +93,6 @@ ;;; implementation of horizontal drag-scrolling. ;;; ;;; -johnh, 11-Jul-96 -;;; -;;; -;;; Old changes, for reference: -;;; -;;; What's new with mouse-copy 2.22? -;;; -;;; - copy functions split out from mouse-extras.el -;;; - support for emacs-19.{29,30,31} (no changes needed for the 31 port!) -;;; -;;; -;;; What's new with mouse-extras 2.21? -;;; -;;; - support for emacs-19.{29,30} -;;; - point now stays on the visible screen during horizontal scrolling -;;; (bug identified and fix suggested by Tom Wurgler <twurgler@goodyear.com>) -;;; - better work-around for lost-mouse-events bug (supports double/triple -;;; clicks), see \\[mouse-extras-work-around-drag-bug] for details. -;;; - work-around for lost-mouse-events bug now is OFF by default; -;;; enable it if you have problems -;;; - - ;;; Code: |