]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
nop
authorBruno Haible <bruno@clisp.org>
Thu, 13 Jun 2002 17:33:59 +0000 (17:33 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:36 +0000 (12:08 +0200)
misc/po-mode.el

index 7fc9a0447cb50464fe75c14b33042d82b3b6d1ea..38ff2679ac0cbb17b822ba1b1345ac9b1583e81f 100644 (file)
@@ -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))))