* mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 31 Jan 2012 17:28:10 +0000 (18:28 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 31 Jan 2012 17:28:10 +0000 (18:28 +0100)
lisp/ChangeLog
lisp/mm-util.el

index 45bfd6e..11bd23a 100644 (file)
@@ -1,5 +1,7 @@
 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
 
+       * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
+
        * message.el (message-goto-*): Make all the `message-goto-*' commands
        push the mark before moving point.  This makes it easier to go back to
        where you came from after editing whatever you jumped to.
index e911928..4fb5ea7 100644 (file)
@@ -1592,7 +1592,7 @@ gzip, bzip2, etc. are allowed."
   (unless filename
     (setq filename buffer-file-name))
   (save-excursion
-    (let ((decomp (unless ;; No worth to examine charset of tar files.
+    (let ((decomp (unless ;; Not worth it to examine charset of tar files.
                      (and filename
                           (string-match
                            "\\.\\(?:tar\\.[^.]+\\|tbz\\|tgz\\)\\'"