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
a1547e7b
Commit
a1547e7b
authored
Oct 15, 2007
by
YAMAMOTO Mitsuharu
Browse files
Don't require url when compiling, as url-type is no longer a macro.
parent
69779ec8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/term/mac-win.el
lisp/term/mac-win.el
+0
-1
No files found.
lisp/ChangeLog
View file @
a1547e7b
2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* term/mac-win.el: Don't require url when compiling, as url-type is
no longer a macro.
2007-10-14 Glenn Morris <rgm@gnu.org>
* progmodes/etags.el (select-tags-table): Disable undo in the
lisp/term/mac-win.el
View file @
a1547e7b
...
...
@@ -76,7 +76,6 @@
(
require
'menu-bar
)
(
require
'fontset
)
(
require
'dnd
)
(
eval-when-compile
(
require
'url
))
(
defvar
mac-charset-info-alist
)
(
defvar
mac-service-selection
)
...
...
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