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
7d889a47
Commit
7d889a47
authored
May 06, 2013
by
Glenn Morris
Browse files
* lisp/generic-x.el: No need to require comint when compiling.
parent
7b92bf98
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/generic-x.el
lisp/generic-x.el
+0
-1
No files found.
lisp/ChangeLog
View file @
7d889a47
2013-05-06 Glenn Morris <rgm@gnu.org>
* generic-x.el: No need to require comint when compiling.
* net/eudc-export.el: Make it loadable without bbdb.
(top-level): Use require rather than load-library.
(eudc-create-bbdb-record, eudc-bbdbify-phone)
...
...
lisp/generic-x.el
View file @
7d889a47
...
...
@@ -548,7 +548,6 @@ like an INI file. You can add this hook to `find-file-hook'."
(
compile
(
concat
(
w32-shell-name
)
" -c "
(
buffer-file-name
)))))
(
eval-when-compile
(
require
'comint
))
(
declare-function
comint-mode
"comint"
())
(
declare-function
comint-exec
"comint"
(
buffer
name
command
startfile
switches
))
...
...
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