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
commita05743b1752bb83d85e16ccaaff80f53dac3f986 (patch)
tree66afd712f78e383e22e34d2366d68039425a9469 /etc
parent156ce3417c2db1ed1237e4b648670bb67956ffd0 (diff)
downloademacs-a05743b1752bb83d85e16ccaaff80f53dac3f986.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.