processing2-emacs
processing2-emacs copied to clipboard
replace package "cl" (deprecated) with "cl-lib"
in processing-mode.el: OLD: (require 'cl) NEW: (require 'cl-lib) this avoid a warning at startup that package cl is deprecated