summaryrefslogtreecommitdiff
path: root/lisp/emerge.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-02-25 22:53:18 +0000
committerRichard M. Stallman <rms@gnu.org>1996-02-25 22:53:18 +0000
commite1f353a08682b0099d0ae412f29d95e359d118d4 (patch)
tree987d6728537ee67f9ff64075cbca15da518c4df2 /lisp/emerge.el
parent900eacebe2b347ff2386e70f32b32b144641b33c (diff)
downloademacs-e1f353a08682b0099d0ae412f29d95e359d118d4.tar.gz
(emerge-combine-versions-template): Make the
generated comments on the #else and #endif follow the GNU standards.
Diffstat (limited to 'lisp/emerge.el')
-rw-r--r--lisp/emerge.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emerge.el b/lisp/emerge.el
index e161364ee58..f842ce6f3ac 100644
--- a/lisp/emerge.el
+++ b/lisp/emerge.el
@@ -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