]> git.eshelyaron.com Git - emacs.git/commitdiff
(emerge-combine-versions-template): Make the
authorRichard M. Stallman <rms@gnu.org>
Sun, 25 Feb 1996 22:53:18 +0000 (22:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 25 Feb 1996 22:53:18 +0000 (22:53 +0000)
generated comments on the #else and #endif follow the GNU standards.

lisp/emerge.el

index e161364ee585dbde79ed0683b74010162c78a1ea..f842ce6f3ac658ca4893f58410c82cb17be48e5e 100644 (file)
@@ -268,7 +268,7 @@ Do not start with `~/' or `~user-name/'.")
   "*Mode for Emerge temporary files.")
 
 (defvar emerge-combine-versions-template
-  "#ifdef NEW\n%b#else /* NEW */\n%a#endif /* NEW */\n"
+  "#ifdef NEW\n%b#else /* not NEW */\n%a#endif /* not NEW */\n"
   "*Template for `emerge-combine-versions' to combine the two versions.
 The template is inserted as a string, with the following interpolations:
        %a      the A version of the difference