emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 4a18d16 2/3: ; * tramp-compat.el: Remove superfluou


From: Michael Albinus
Subject: [Emacs-diffs] master 4a18d16 2/3: ; * tramp-compat.el: Remove superfluous comment; formatting
Date: Wed, 26 Aug 2015 08:33:56 +0000

branch: master
commit 4a18d16e511ba0ef203d8addc8836618956667b0
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; * tramp-compat.el: Remove superfluous comment; formatting
---
 lisp/net/tramp-compat.el |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/lisp/net/tramp-compat.el b/lisp/net/tramp-compat.el
index 817c713..9848325 100644
--- a/lisp/net/tramp-compat.el
+++ b/lisp/net/tramp-compat.el
@@ -533,10 +533,9 @@ EOL-TYPE can be one of `dos', `unix', or `mac'."
          (cond ((eq eol-type 'dos) 'crlf)
                ((eq eol-type 'unix) 'lf)
                ((eq eol-type 'mac) 'cr)
-               (t
-                (error
-                  "Unknown EOL-TYPE `%s', must be `dos', `unix', or `mac'"
-                  eol-type)))))
+               (t (error
+                   "Unknown EOL-TYPE `%s', must be `dos', `unix', or `mac'"
+                   eol-type)))))
         (t (error "Can't change EOL conversion -- is MULE missing?"))))
 
 ;; `replace-regexp-in-string' does not exist in XEmacs.
@@ -596,8 +595,6 @@ and replace a sub-expression, e.g.
   (defalias 'default-toplevel-value 'symbol-value))
 
 ;; `format-message' is new in Emacs 25, and does not exist in XEmacs.
-;; The substitute implementation always uses grave quoting style, for
-;; compatibility with older Emacs.
 (unless (fboundp 'format-message)
   (defalias 'format-message 'format))
 



reply via email to

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