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:
parent
07e340daaf
commit
c5a363080c
4 changed files with 45 additions and 48 deletions
|
|
@ -34,8 +34,6 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(eval-when-compile (require 'cl))
|
||||
|
||||
(defun idlwave-toolbar-make-button (image)
|
||||
(if (featurep 'xemacs)
|
||||
(toolbar-make-button-list image)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue