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
575fb8bd
Commit
575fb8bd
authored
Jan 22, 2009
by
Adrian Robert
Browse files
* nsfns.m (ns-read-file-name): Fix typo in assignment statement.
parent
6debaeb8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/ChangeLog
src/ChangeLog
+2
-0
src/nsfns.m
src/nsfns.m
+1
-1
No files found.
src/ChangeLog
View file @
575fb8bd
...
...
@@ -6,6 +6,8 @@
* nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
Display all shortcuts, including those w/o super modifier.
* nsfns.m (ns-read-file-name): Fix typo in assignment statement.
2009-01-22 Chong Yidong <cyd@stupidchicken.com>
* fileio.c (Vwrite_region_post_annotation_function)
...
...
src/nsfns.m
View file @
575fb8bd
...
...
@@ -1494,7 +1494,7 @@ Turn the input menu (an NSMenu) into a lisp list for tracking on lisp side
ret = [panel runModalForDirectory: dirS file: initS types: nil];
}
ret = (ret = NSOKButton) || panelOK;
ret = (ret =
=
NSOKButton) || panelOK;
fname = [panel filename];
...
...
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