mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-01 11:20:41 -08:00
Require 'cl.
This commit is contained in:
parent
384bc6347c
commit
2f0adb0b8c
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2008-04-30 David Hansen <david.hansen@gmx.net>
|
||||
|
||||
* dired.el: Require 'cl.
|
||||
|
||||
2008-04-30 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
* progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
|
||||
|
|
|
|||
|
|
@ -35,6 +35,8 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(eval-when-compile (require 'cl))
|
||||
|
||||
;;; Customizable variables
|
||||
|
||||
(defgroup dired nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue