mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 16:01:04 -08:00
((require 'cl)): Revert to compile-time require.
Eliminating pushnew previously had actually fixed the lossage.
This commit is contained in:
parent
2f16e7fdda
commit
01b9f3552c
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(require 'cl)
|
||||
(eval-when-compile (require 'cl))
|
||||
(require 'ring)
|
||||
|
||||
(defgroup winner nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue