/[emacs]/emacs/lisp/net/tramp.el
ViewVC logotype

Diff of /emacs/lisp/net/tramp.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.77 by albinus, Sun Sep 18 19:58:39 2005 UTC revision 1.78 by rms, Sun Oct 2 17:37:34 2005 UTC
# Line 136  Nil means to use a separate filename syn Line 136  Nil means to use a separate filename syn
136  ;; Avoid byte-compiler warnings if the byte-compiler supports this.  ;; Avoid byte-compiler warnings if the byte-compiler supports this.
137  ;; Currently, XEmacs supports this.  ;; Currently, XEmacs supports this.
138  (eval-when-compile  (eval-when-compile
139    (when (fboundp 'byte-compiler-options)    (when (featurep 'xemacs)
140      (let (unused-vars) ; Pacify Emacs byte-compiler      (let (unused-vars) ; Pacify Emacs byte-compiler
141        (defalias 'warnings 'identity) ; Pacify Emacs byte-compiler        (defalias 'warnings 'identity) ; Pacify Emacs byte-compiler
142        (byte-compiler-options (warnings (- unused-vars))))))        (byte-compiler-options (warnings (- unused-vars))))))
# Line 3681  This will break if COMMAND prints a newl Line 3681  This will break if COMMAND prints a newl
3681                     (let ((tmpbuf (get-buffer-create " *tramp tmp*")))                     (let ((tmpbuf (get-buffer-create " *tramp tmp*")))
3682                       (set-buffer tmpbuf)                       (set-buffer tmpbuf)
3683                       (erase-buffer)                       (erase-buffer)
3684                       (insert-buffer tramp-buf)                       (insert-buffer-substring tramp-buf)
3685                       (tramp-message-for-buffer                       (tramp-message-for-buffer
3686                        multi-method method user host                        multi-method method user host
3687                        6 "Decoding remote file %s with function %s..."                        6 "Decoding remote file %s with function %s..."

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26