1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Replace some uses of cl with cl-lib

* lisp/progmodes/idlw-toolbar.el: No need for cl.
* lisp/progmodes/antlr-mode.el, lisp/progmodes/idlw-shell.el:
* lisp/progmodes/idlwave.el: Replace cl with cl-lib.
This commit is contained in:
Glenn Morris 2018-03-23 16:14:26 -04:00
parent 07e340daaf
commit c5a363080c
4 changed files with 45 additions and 48 deletions

View file

@ -34,8 +34,6 @@
;;; Code:
(eval-when-compile (require 'cl))
(defun idlwave-toolbar-make-button (image)
(if (featurep 'xemacs)
(toolbar-make-button-list image)