]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/color.el: Remove Emacs 23.2 compat code.
authorStefan Kangas <stefan@marxist.se>
Fri, 5 Feb 2021 00:29:20 +0000 (01:29 +0100)
committerStefan Kangas <stefan@marxist.se>
Fri, 5 Feb 2021 00:29:20 +0000 (01:29 +0100)
lisp/color.el

index 258acbe40533717c107c7232406db48d9db25866..fec36eecc337ca3ec974165ea6b7d36507a28772 100644 (file)
 
 ;;; 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.