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
ce00d093
Commit
ce00d093
authored
Oct 13, 2007
by
Dan Nicolaescu
Browse files
* cus-start.el (all): Use test that does not match the X11 version
for mac.
parent
a4382f98
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/cus-start.el
lisp/cus-start.el
+1
-1
No files found.
lisp/ChangeLog
View file @
ce00d093
2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
* cus-start.el (all): Use test that does not match the X11 version
for mac.
2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
* progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
...
...
lisp/cus-start.el
View file @
ce00d093
...
...
@@ -433,7 +433,7 @@ since it could result in memory overflow and make Emacs crash."
((string-match "
\\
`
w32-
" (symbol-name symbol))
(eq system-type 'windows-nt))
((string-match "
\\
`
mac-
" (symbol-name symbol))
(
or (eq system-type 'mac) (eq system-type 'darwin)
))
(
featurep 'mac-carbon
))
((string-match "
\\
`
x-.*gtk
" (symbol-name symbol))
(featurep 'gtk))
((string-match "
\\
`
x-
" (symbol-name symbol))
...
...
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