Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
af62aa88
Commit
af62aa88
authored
Aug 25, 2009
by
Glenn Morris
Browse files
(top-level): Don't require lucid (and hence run-time cl).
parent
5ac1f9e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/progmodes/verilog-mode.el
lisp/progmodes/verilog-mode.el
+1
-2
No files found.
lisp/ChangeLog
View file @
af62aa88
...
...
@@ -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*'
...
...
lisp/progmodes/verilog-mode.el
View file @
af62aa88
...
...
@@ -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\"]*\\)\""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment