From: Bruno Haible Date: Thu, 13 Jun 2002 17:33:59 +0000 (+0000) Subject: nop X-Git-Tag: v0.11.3~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b50db0407ba5afd6aaf14911f5fc01ef76190fda;p=thirdparty%2Fgettext.git nop --- diff --git a/misc/po-mode.el b/misc/po-mode.el index 7fc9a0447..38ff2679a 100644 --- a/misc/po-mode.el +++ b/misc/po-mode.el @@ -1094,8 +1094,8 @@ all reachable through 'M-x customize', in group 'Emacs.Editing.I18n.Po'." ;; Insert MODE-LINE-ENTRY in mode line, but on first load only. (or (member po-mode-line-entry mode-line-format) - ; mode-line-format usually contains global-mode-string, but some - ; people customize this variable. As a last resort, append at the end. + ;; mode-line-format usually contains global-mode-string, but some + ;; people customize this variable. As a last resort, append at the end. (let ((prev-entry (or (member 'global-mode-string mode-line-format) (member " " mode-line-format) (last mode-line-format))))