diff options
author | Glenn Morris <rgm@gnu.org> | 2010-10-21 20:38:52 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-10-21 20:38:52 -0700 |
commit | 2f42e9a28671c675d74d70928525649953bb2144 (patch) | |
tree | cf09f7fd655cac2ebd7e8add523d4cb2e44154f4 /src/ChangeLog.9 | |
parent | 5fb59edbdd2a47471ff66a8b5cc326ae1bda25ba (diff) | |
download | emacs-2f42e9a28671c675d74d70928525649953bb2144.tar.gz |
Fix format of old ChangeLog entry.
Diffstat (limited to 'src/ChangeLog.9')
-rw-r--r-- | src/ChangeLog.9 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/ChangeLog.9 b/src/ChangeLog.9 index fc4f2d4ad37..3c3a5068939 100644 --- a/src/ChangeLog.9 +++ b/src/ChangeLog.9 @@ -12476,9 +12476,9 @@ * atimer.c (stop_other_atimers): Don't call cancel_atimer because that unblocks alarms. - * alloc.c, bytecode.c, data.c, dispnew.c, ecrt0.c, editfns.c, - emacs.c, floatfns.c, fns.c, lread.c, print.c, config.in, lisp.h, - Makefile.in: Remove `LISP_FLOAT_TYPE' and `standalone'. + * alloc.c, bytecode.c, data.c, dispnew.c, ecrt0.c, editfns.c: + * emacs.c, floatfns.c, fns.c, lread.c, print.c, config.in, lisp.h: + * Makefile.in: Remove `LISP_FLOAT_TYPE' and `standalone'. * frame.c (make_frame): Set frame initially to `garbaged'. @@ -13312,4 +13312,3 @@ See ChangeLog.8 for earlier changes. You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. -;;; arch-tag: 38875948-6e89-4f08-b0ca-ff328f1e8b72 |