diff options
| author | David Aspinall | 1999-09-29 15:46:01 +0000 |
|---|---|---|
| committer | David Aspinall | 1999-09-29 15:46:01 +0000 |
| commit | 59fa14e009b386ef8fd792f4d5a5c33255bef8a8 (patch) | |
| tree | c35d314ad40537161e33c99907d1c4bfbbfb22b6 | |
| parent | 29f6b9e091e896d98505a0aa62dcac13f8896343 (diff) | |
Changed name of proof-copy-span to proof-mouse-track-insert.
| -rw-r--r-- | generic/proof-script.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-script.el b/generic/proof-script.el index 7b78b855..98cd7a35 100644 --- a/generic/proof-script.el +++ b/generic/proof-script.el @@ -1777,7 +1777,7 @@ Otherwise just do proof-restart-buffers to delete some spans from memory." ;; to the end of it at the moment (contrary to the old name "send", nothing to ;; do with shell). Perhaps we could define a ;; collection of useful copying functions which do this kind of thing. -(define-key map [(control button1)] 'proof-copy-span) +(define-key map [(control button1)] 'proof-mouse-track-insert) ;;; (define-key map [(control c) (control b)] 'proof-process-buffer) (define-key map [(control c) (control z)] 'proof-frob-locked-end) |
