From: Bruno Haible Date: Sat, 8 May 2010 23:54:57 +0000 (+0200) Subject: Remove trailing blanks. X-Git-Tag: v0.18~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2fd177a956ed56fe998297934ecc5541f97fb02;p=thirdparty%2Fgettext.git Remove trailing blanks. --- diff --git a/gettext-tools/misc/po-mode.el b/gettext-tools/misc/po-mode.el index 03af7f5d9..00222696a 100644 --- a/gettext-tools/misc/po-mode.el +++ b/gettext-tools/misc/po-mode.el @@ -2317,7 +2317,7 @@ When done with the `ediff' session press \\[exit-recursive-edit] exit to (erase-buffer) (insert-buffer-substring oldbuf start-1 end-1) (setq buffer-read-only t)) - + (setq start-2 (point)) (save-excursion ;; check for a third variant; if found ignore it @@ -2434,7 +2434,7 @@ Run functions on po-subedit-mode-hook." (interactive) (po-find-span-of-entry) (po-edit-string (po-get-comment nil) 'comment nil)) - + (defun po-edit-comment-and-ediff () "Use `ediff' to edit the current translator comment. This function calls `po-edit-msgstr' and `po-subedit-ediff'; for more info