mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* lisp/color.el: Remove Emacs 23.2 compat code.
This commit is contained in:
parent
ce1a4cd54c
commit
1a35d2e673
1 changed files with 0 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue