From 87866c1db3f92b3d1736119f2c2ee0b103ae6026 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 23 Feb 2025 04:31:53 +0100 Subject: [PATCH] ; Delete out-of-date comment in float-sup.el * lisp/emacs-lisp/float-sup.el: Delete out-of-date comment. (cherry picked from commit dfce17103c8f91db887b490418b9bafb0f52aacb) --- lisp/emacs-lisp/float-sup.el | 1 - 1 file changed, 1 deletion(-) 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)) -- 2.39.5