From: Markus Rost Date: Sun, 8 Dec 2002 00:04:26 +0000 (+0000) Subject: New customization type `float'. X-Git-Tag: ttn-vms-21-2-B4~12101 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=63db1bb31a687ea344dcfb9ced0a2b8196ec0838;p=emacs.git New customization type `float'. --- diff --git a/etc/NEWS b/etc/NEWS index a358aa3cfd5..6c8723c8c69 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -495,6 +495,9 @@ the previous value becomes the "backup value" of the variable. You can go back to that backup value by selecting "Use Backup Value" under the "[State]" button. +** The new customization type `float' specifies numbers with floating +point (no integers are allowed). + +++ ** In GUD mode, when talking to GDB, C-x C-a C-j "jumps" the program counter to the specified source line (the one where point is).