emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/net/tramp-util.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tramp-util.el
Date: Wed, 09 Feb 2005 10:52:25 -0500

Index: emacs/lisp/net/tramp-util.el
diff -c emacs/lisp/net/tramp-util.el:1.4 emacs/lisp/net/tramp-util.el:1.5
*** emacs/lisp/net/tramp-util.el:1.4    Sun Jan 16 13:18:31 2005
--- emacs/lisp/net/tramp-util.el        Wed Feb  9 15:50:37 2005
***************
*** 34,40 ****
  
  ;; Define a Tramp minor mode. It's intention is to redefine some keys for 
Tramp
  ;; specific functions, like compilation.
! ;; The key remapping works since Emacs 21.4 only. Unknown for XEmacs.
  
  (when (fboundp 'define-minor-mode)
  
--- 34,40 ----
  
  ;; Define a Tramp minor mode. It's intention is to redefine some keys for 
Tramp
  ;; specific functions, like compilation.
! ;; The key remapping works since Emacs 22.1 only. Unknown for XEmacs.
  
  (when (fboundp 'define-minor-mode)
  
***************
*** 59,65 ****
  bindings.  Otherwise, only bindings active during invocation are taken
  into account.  XEmacs menubar bindings are not changed by this."
      (if (functionp 'command-remapping)
!       ;; Emacs 21.4
        (eval
         `(define-key tramp-minor-mode-map [remap ,old-command] new-command))
        ;; previous Emacs 21 versions.
--- 59,65 ----
  bindings.  Otherwise, only bindings active during invocation are taken
  into account.  XEmacs menubar bindings are not changed by this."
      (if (functionp 'command-remapping)
!       ;; Emacs 22.1
        (eval
         `(define-key tramp-minor-mode-map [remap ,old-command] new-command))
        ;; previous Emacs 21 versions.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]