[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107134: Expand NEWS entry on old-sty
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107134: Expand NEWS entry on old-style backquotes. |
Date: |
Mon, 06 Feb 2012 00:04:36 -0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107134
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-02-06 00:04:36 -0800
message:
Expand NEWS entry on old-style backquotes.
modified:
etc/NEWS
=== modified file 'etc/NEWS'
--- a/etc/NEWS 2012-02-06 03:20:11 +0000
+++ b/etc/NEWS 2012-02-06 08:04:36 +0000
@@ -995,7 +995,16 @@
area, excluding any header line. Previously, it counted from the top
of the header line.
-** A backquote not followed by a space is now always treated as new-style.
+---
+** Support for "old-style" backquotes, which have been obsolete for
+more than 10 years, has been further reduced. Now a backquote not
+followed by a space is always treated as a "new-style" backquote.
+Please consider completely removing all "old-style" backquotes from
+your code as a matter of some urgency. If your code uses backquotes
+as documented in the Elisp manual, and compiles without warning, then
+you have nothing to do in this regard. Code not following the
+appropriate conventions may fail to compile. The most common cause of
+trouble seems to be an old-style backquote followed by a newline.
---
** view-buffer now treats special mode-class in the same way that
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107134: Expand NEWS entry on old-style backquotes.,
Glenn Morris <=