[1788] in testers
7.3(F) Emacs
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Wed Aug 7 00:38:05 1991
From: vanharen@ATHENA.MIT.EDU
Date: Wed, 7 Aug 91 00:38:20 -0400
To: testers@ATHENA.MIT.EDU
More "error in init file" problems...
These lines, in your .emacs file, will cause an error if you start up
emacs on a non-X display (ie. dialup), or if DISPLAY is not set:
(require 'x-mouse)
(define-key mouse-map x-button-right-up 'x-mouse-set-mark)
I guess I can understand why this might be so, but it *did* work under
7.2...
Of course, if these lines appear early in your .emacs, the rest of it
doesn't get read in...
-C.