From 8580c19b5129e577fbc541112cd7f78bc70e8624 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 31 Jan 2012 18:28:10 +0100 Subject: [PATCH] * mm-util.el (mm-find-buffer-file-coding-system): Comment fix. --- lisp/ChangeLog | 2 ++ lisp/mm-util.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 45bfd6e42..11bd23a0b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2012-01-31 Lars Ingebrigtsen + * 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. diff --git a/lisp/mm-util.el b/lisp/mm-util.el index e9119284a..4fb5ea704 100644 --- a/lisp/mm-util.el +++ b/lisp/mm-util.el @@ -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\\)\\'" -- 2.34.1