emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114181: Spelling fixes and tidy up a comment.


From: Paul Eggert
Subject: [Emacs-diffs] trunk r114181: Spelling fixes and tidy up a comment.
Date: Mon, 09 Sep 2013 16:29:06 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114181
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Mon 2013-09-09 09:26:38 -0700
message:
  Spelling fixes and tidy up a comment.
modified:
  configure.ac                   
configure.in-20091113204419-o5vbwnq5f7feedwu-783
  lisp/progmodes/python.el       python.el-20091113204419-o5vbwnq5f7feedwu-3008
=== modified file 'configure.ac'
--- a/configure.ac      2013-09-09 15:54:03 +0000
+++ b/configure.ac      2013-09-09 16:26:38 +0000
@@ -1026,15 +1026,11 @@
 dnl Treat GCC specially since it just gives a non-fatal `unrecognized option'
 dnl if not built to support GNU ld.
 
-dnl For a long time, this was added to LDFLAGS rather than
-dnl LD_SWITCH_SYSTEM_TEMACS.  That is: i) inappropriate, since
-dnl LDFLAGS is supposed to be a user option, and this flag is
-dnl essential.  It can leads to problems if the user overrides
-dnl LDFLAGS at _build_ time (make LDFLAGS=... all), eg
-dnl http://bugs.debian.org/684788.
-dnl ii) unnecessary, since temacs is the only thing
-dnl that actually needs this option - this is where it was orginally:
-dnl http://lists.gnu.org/archive/html/emacs-pretest-bug/2004-03/msg00170.html
+dnl Adding -znocombreloc to LDFLAGS rather than LD_SWITCH_SYSTEM_TEMACS is:
+dnl * inappropriate, as LDFLAGS is a build option but this is essential.  See:
+dnl   http://bugs.debian.org/684788
+dnl * unnecessary, since temacs is the only thing that actually needs it.  See:
+dnl   http://lists.gnu.org/archive/html/emacs-pretest-bug/2004-03/msg00170.html
 late_LDFLAGS="$LDFLAGS"
 if test x$GCC = xyes; then
   LDFLAGS_NOCOMBRELOC="-Wl,-znocombreloc"

=== modified file 'lisp/progmodes/python.el'
--- a/lisp/progmodes/python.el  2013-09-05 03:46:34 +0000
+++ b/lisp/progmodes/python.el  2013-09-09 16:26:38 +0000
@@ -2140,7 +2140,7 @@
   1. When Optional Argument NOMAIN is non-nil everything under an
      \"if __name__ == '__main__'\" block will be removed.
   2. When a subregion of the buffer is sent, it takes care of
-     appending extra whitelines so tracebacks are correct.
+     appending extra empty lines so tracebacks are correct.
   3. Wraps indented regions under an \"if True:\" block so the
      interpreter evaluates them correctly."
   (let ((substring (buffer-substring-no-properties start end))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]