(TopLevel): Call `define-process-argument-editiong' only under Meadow
authorczkmt <czkmt>
Thu, 30 Dec 1999 12:36:42 +0000 (12:36 +0000)
committerczkmt <czkmt>
Thu, 30 Dec 1999 12:36:42 +0000 (12:36 +0000)
-- i.e. don't call this function under NTEmacs.

lisp/gnus-offline.el

index bf58265..52af2cc 100644 (file)
      miee-popup-menu
      gnus-group-toolbar)))
 
-(if (eq system-type 'windows-nt)
+(if (featurep 'meadow)
     (define-process-argument-editing "/hang\\.exe\\'"
       (lambda (x)
        (general-process-argument-editing-function
@@ -685,6 +685,7 @@ Please check your .emacs or .gnus.el to work nnspool fine.")
   (let ((keys (key-description (this-command-keys)))
        menu title str)
     (cond ((or (string= "misc-user" keys)
+              (string= "S-mouse-2" keys)
               (string-match "^menu-bar" keys)
               (string-match "^mouse" keys))
           (setq title (gnus-offline-gettext 'menu-3))