mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
(top-level): Don't require lucid (and hence run-time cl).
This commit is contained in:
parent
5ac1f9e050
commit
af62aa887b
@ -8,6 +8,9 @@
|
||||
|
||||
* play/bubbles.el (top-level): Don't require cl at run-time.
|
||||
|
||||
* progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
|
||||
run-time cl).
|
||||
|
||||
2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
|
||||
|
||||
* progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
|
||||
|
@ -10973,8 +10973,7 @@ and the case items."
|
||||
;; second (emacs/xemacs) impl.: G. Van der Plas (spice-mode.el)
|
||||
|
||||
(if (featurep 'xemacs)
|
||||
(require 'overlay)
|
||||
(require 'lucid)) ;; what else can we do ??
|
||||
(require 'overlay))
|
||||
|
||||
(defconst verilog-include-file-regexp
|
||||
"^`include\\s-+\"\\([^\n\"]*\\)\""
|
||||
|
Loading…
Reference in New Issue
Block a user