summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2010-09-19 11:49:21 +0200
committerStefan Monnier <monnier@iro.umontreal.ca>2010-09-19 11:49:21 +0200
commit9e0d4f9ef1cd4d7149c84475df5cef4d408743b6 (patch)
tree2723dc7513591123264d50be0b48c19cc6bcc405 /etc
parenta2930e438b2a70726e6d5b09de8b2a9658505c4e (diff)
downloademacs-9e0d4f9ef1cd4d7149c84475df5cef4d408743b6.tar.gz
* lisp/emacs-lisp/float-sup.el (float-pi): New name for `pi'.
(float-e): New name for `e'. (degrees-to-radians, radians-to-degrees): * lisp/calendar/solar.el (solar-longitude): * lisp/calculator.el (calculator-registers, calculator-funcall): * lisp/textmodes/artist.el (artist-spray-random-points): * lisp/play/bubbles.el (bubbles--initialize-images): Use new names.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e63767d891c..bee89d368b5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -40,6 +40,8 @@ This can be used in place of the default appt-message-warning-time.
* Lisp changes in Emacs 23.3
+** `e' and `pi' are now called `float-e' and `float-pi'.
+ The old names are obsolete.
** The use of unintern without an obarray arg is declared obsolete.
** New function byte-to-string, like char-to-string but for bytes.