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
2650c1db
Commit
2650c1db
authored
Dec 02, 2007
by
Glenn Morris
Browse files
(top-level): Don't require cl when compiling.
parent
3ae7df79
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/progmodes/python.el
lisp/progmodes/python.el
+0
-1
No files found.
lisp/ChangeLog
View file @
2650c1db
...
...
@@ -23,6 +23,8 @@
(netrc-parse): Don't use encrypt.
(netrc-find-service-name, netrc-find-service-number): Don't use caddr.
* progmodes/python.el (top-level): Don't require cl when compiling.
2007-12-02 Agustin Martin <agustin.martin@hispalinux.es>
* textmodes/flyspell.el (flyspell-large-region): Explicitly set
...
...
lisp/progmodes/python.el
View file @
2650c1db
...
...
@@ -65,7 +65,6 @@
;;; Code:
(
eval-when-compile
(
require
'cl
)
(
require
'compile
)
(
require
'comint
)
(
require
'hippie-exp
))
...
...
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