mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(top-level): Don't require lucid (and hence run-time cl).
This commit is contained in:
parent
5ac1f9e050
commit
af62aa887b
2 changed files with 4 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue