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.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tramp.el
Date: Sun, 02 Oct 2005 13:37:35 -0400

Index: emacs/lisp/net/tramp.el
diff -c emacs/lisp/net/tramp.el:1.77 emacs/lisp/net/tramp.el:1.78
*** emacs/lisp/net/tramp.el:1.77        Sun Sep 18 19:58:39 2005
--- emacs/lisp/net/tramp.el     Sun Oct  2 17:37:34 2005
***************
*** 136,142 ****
  ;; Avoid byte-compiler warnings if the byte-compiler supports this.
  ;; Currently, XEmacs supports this.
  (eval-when-compile
!   (when (fboundp 'byte-compiler-options)
      (let (unused-vars) ; Pacify Emacs byte-compiler
        (defalias 'warnings 'identity) ; Pacify Emacs byte-compiler
        (byte-compiler-options (warnings (- unused-vars))))))
--- 136,142 ----
  ;; Avoid byte-compiler warnings if the byte-compiler supports this.
  ;; Currently, XEmacs supports this.
  (eval-when-compile
!   (when (featurep 'xemacs)
      (let (unused-vars) ; Pacify Emacs byte-compiler
        (defalias 'warnings 'identity) ; Pacify Emacs byte-compiler
        (byte-compiler-options (warnings (- unused-vars))))))
***************
*** 3681,3687 ****
                   (let ((tmpbuf (get-buffer-create " *tramp tmp*")))
                     (set-buffer tmpbuf)
                     (erase-buffer)
!                    (insert-buffer tramp-buf)
                     (tramp-message-for-buffer
                      multi-method method user host
                      6 "Decoding remote file %s with function %s..."
--- 3681,3687 ----
                   (let ((tmpbuf (get-buffer-create " *tramp tmp*")))
                     (set-buffer tmpbuf)
                     (erase-buffer)
!                    (insert-buffer-substring tramp-buf)
                     (tramp-message-for-buffer
                      multi-method method user host
                      6 "Decoding remote file %s with function %s..."




reply via email to

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