1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 03:20:39 -08:00

** Prevent byte compiler from causing spurious string sharing

when it optimizes away calls to functions such as concat.
Fixed.
This commit is contained in:
Chong Yidong 2006-11-18 21:07:44 +00:00
parent 26cc7ed550
commit 4bc3387c7e

View file

@ -45,9 +45,6 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem.
** Document use of gpg-agent
** Prevent byte compiler from causing spurious string sharing
when it optimizes away calls to functions such as concat.
* DOCUMENTATION
** Check the Emacs Tutorial.