emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp/mh-e mh-mime.el


From: Bill Wohler
Subject: [Emacs-commit] emacs/lisp/mh-e mh-mime.el
Date: Tue, 10 Jan 2006 23:36:52 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Bill Wohler <address@hidden>    06/01/10 23:36:52

Modified files:
        lisp/mh-e      : mh-mime.el 

Log message:
        (mh-file-mime-type): Removed trailing whitespace.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/mh-mime.el.diff?tr1=1.39&tr2=1.40&r1=text&r2=text

Patches:
Index: emacs/lisp/mh-e/mh-mime.el
diff -u emacs/lisp/mh-e/mh-mime.el:1.39 emacs/lisp/mh-e/mh-mime.el:1.40
--- emacs/lisp/mh-e/mh-mime.el:1.39     Mon Jan  9 20:15:48 2006
+++ emacs/lisp/mh-e/mh-mime.el  Tue Jan 10 23:36:52 2006
@@ -185,8 +185,8 @@
   (cond
    ((not (mh-have-file-command))
     nil)                                ;no file command, exit now
-   ((not (and (file-exists-p filename)  
-              (file-readable-p filename))) 
+   ((not (and (file-exists-p filename)
+              (file-readable-p filename)))
     nil)                               ;no file or not readable, ditto
    (t
     (save-excursion




reply via email to

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