* lisp/emacs-lisp/float-sup.el (pi): Actually mark it as obsolete
This commit is contained in:
parent
0e2cf3b985
commit
be75b08f82
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
(with-suppressed-warnings ((lexical pi))
|
||||
(defconst pi float-pi
|
||||
"Obsolete since Emacs-23.3. Use `float-pi' instead."))
|
||||
(make-obsolete-variable 'pi 'float-pi "23.3")
|
||||
(internal-make-var-non-special 'pi)
|
||||
|
||||
(defconst float-e (exp 1) "The value of e (2.7182818...).")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue