Mercurial > emacs
annotate src/s/openbsd.h @ 109166:b70c159d9e1e
Prevent find-file from opening empty buffer when decryptin failed (bug#6568).
* epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
(epa-file-insert-file-contents): Hack to prevent
find-file from opening empty buffer when decryptin failed
(bug#6568).
author | Daiki Ueno <ueno@unixuser.org> |
---|---|
date | Thu, 08 Jul 2010 10:02:24 +0900 |
parents | 17d73312ed65 |
children | ef719132ddfa |
rev | line source |
---|---|
108279
af063227abbf
Missing part of previous commit.
Glenn Morris <rgm@gnu.org>
parents:
108229
diff
changeset
|
1 /* System file for openbsd. */ |
25844 | 2 |
108310
17d73312ed65
Move TERMINFO, LIBS_TERMCAP from cpp to configure.
Glenn Morris <rgm@gnu.org>
parents:
108279
diff
changeset
|
3 /* The same as NetBSD. Note there are differences in configure. */ |
25844 | 4 #include "netbsd.h" |
28264 | 5 |
52401 | 6 /* arch-tag: 7e3f65ca-3f48-4237-933f-2b208b21e8e2 |
7 (do not change this comment) */ |