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
aa0f73d1
Commit
aa0f73d1
authored
Feb 22, 2011
by
Wolfgang Jenkner
Committed by
Stefan Monnier
Feb 22, 2011
Browse files
* src/lread.c (openp): Correct Boolean typo in last commit.
parent
b97decf2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
src/ChangeLog
src/ChangeLog
+5
-2
src/lread.c
src/lread.c
+1
-1
No files found.
src/ChangeLog
View file @
aa0f73d1
2011-02-22 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
* lread.c (openp): Correct Boolean typo in last commit.
2011-02-22 Adrian Robert <Adrian.B.Robert@gmail.com>
* nsterm.m (EmacsView-keyDown:): Don't pass shift-only-modified
key to emacs, treat as unmodified (go to input manager
processing).
key to Emacs, treat as unmodified (go to input manager processing).
2011-02-22 Paul Eggert <eggert@cs.ucla.edu>
src/lread.c
View file @
aa0f73d1
...
...
@@ -1384,7 +1384,7 @@ openp (Lisp_Object path, Lisp_Object str, Lisp_Object suffixes, Lisp_Object *sto
Lisp_Object
tmp
=
call1
(
predicate
,
string
);
exists
=
!
NILP
(
tmp
)
&&
(
EQ
(
tmp
,
Qdir_ok
)
||
!
NILP
(
Ffile_directory_p
(
string
)));
||
NILP
(
Ffile_directory_p
(
string
)));
}
if
(
exists
)
...
...
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