diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2025-02-23 04:31:53 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2025-02-23 06:34:58 +0100 |
commit | dfce17103c8f91db887b490418b9bafb0f52aacb (patch) | |
tree | d962d20367fbea9a5b1786e3148c540ca3411780 /lisp/emacs-lisp/float-sup.el | |
parent | 96e066be3d252efe44a8321be313a67def14ea4e (diff) | |
download | emacs-dfce17103c8f91db887b490418b9bafb0f52aacb.tar.gz emacs-dfce17103c8f91db887b490418b9bafb0f52aacb.tar.bz2 emacs-dfce17103c8f91db887b490418b9bafb0f52aacb.zip |
; Delete out-of-date comment in float-sup.el
* lisp/emacs-lisp/float-sup.el: Delete out-of-date comment.
Diffstat (limited to 'lisp/emacs-lisp/float-sup.el')
-rw-r--r-- | lisp/emacs-lisp/float-sup.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/float-sup.el b/lisp/emacs-lisp/float-sup.el index bb820a2d82b..7f8a4a78163 100644 --- a/lisp/emacs-lisp/float-sup.el +++ b/lisp/emacs-lisp/float-sup.el @@ -25,7 +25,6 @@ ;;; Code: -;; Provide an easy hook to tell if we are running with floats or not. ;; Define pi and e via math-lib calls (much less prone to killer typos). (defconst float-pi (* 4 (atan 1)) "The value of Pi (3.1415926...).") (with-suppressed-warnings ((lexical pi)) |