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: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tramp.el
Date: Sat, 03 Aug 2002 19:26:14 -0400

Index: emacs/lisp/net/tramp.el
diff -c emacs/lisp/net/tramp.el:1.15 emacs/lisp/net/tramp.el:1.16
*** emacs/lisp/net/tramp.el:1.15        Sat Aug  3 16:54:52 2002
--- emacs/lisp/net/tramp.el     Sat Aug  3 19:26:14 2002
***************
*** 1296,1302 ****
  '"
    "Perl program to use for encoding a file.
  Escape sequence %s is replaced with name of Perl binary.
! This string is passwd to `format', so percent characters need to be doubled.")
  
  (defvar tramp-perl-decode
    "%s -e '
--- 1296,1302 ----
  '"
    "Perl program to use for encoding a file.
  Escape sequence %s is replaced with name of Perl binary.
! This string is passed to `format', so percent characters need to be doubled.")
  
  (defvar tramp-perl-decode
    "%s -e '
***************
*** 1340,1346 ****
  '"
    "Perl program to use for decoding a file.
  Escape sequence %s is replaced with name of Perl binary.
! This string is passwd to `format', so percent characters need to be doubled.")
  
  ; These values conform to `file-attributes' from XEmacs 21.2.
  ; GNU Emacs and other tools not checked.
--- 1340,1346 ----
  '"
    "Perl program to use for decoding a file.
  Escape sequence %s is replaced with name of Perl binary.
! This string is passed to `format', so percent characters need to be doubled.")
  
  ; These values conform to `file-attributes' from XEmacs 21.2.
  ; GNU Emacs and other tools not checked.



reply via email to

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