emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 1a35d2e 1/5: * lisp/color.el: Remove Emacs 23.2 compat code.


From: Stefan Kangas
Subject: master 1a35d2e 1/5: * lisp/color.el: Remove Emacs 23.2 compat code.
Date: Thu, 4 Feb 2021 21:10:54 -0500 (EST)

branch: master
commit 1a35d2e67375f0ffe0a749a2488e13f9d96cd994
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * lisp/color.el: Remove Emacs 23.2 compat code.
---
 lisp/color.el | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/lisp/color.el b/lisp/color.el
index 258acbe..fec36ee 100644
--- a/lisp/color.el
+++ b/lisp/color.el
@@ -33,11 +33,6 @@
 
 ;;; Code:
 
-;; Emacs < 23.3
-(eval-and-compile
-  (unless (boundp 'float-pi)
-    (defconst float-pi (* 4 (atan 1)) "The value of Pi (3.1415926...).")))
-
 ;;;###autoload
 (defun color-name-to-rgb (color &optional frame)
   "Convert COLOR string to a list of normalized RGB components.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]