diff options
author | Tom Tromey <tromey@redhat.com> | 2013-08-25 14:25:59 -0600 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-08-25 14:25:59 -0600 |
commit | 793ea5055aea85ff9227e1bf0c84ab37edba7201 (patch) | |
tree | c9799eebe2b797a55fcbfcbd3710c9b5aa70051d /src/process.h | |
parent | 1ce4c6398ea453a66f6943552b0ec866a690e9b1 (diff) | |
parent | e687aa335a21662f67d2d73063272504a171ffab (diff) | |
download | emacs-793ea5055aea85ff9227e1bf0c84ab37edba7201.tar.gz |
merge from trunk
Diffstat (limited to 'src/process.h')
-rw-r--r-- | src/process.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process.h b/src/process.h index 95881d10f58..e8bafe689b1 100644 --- a/src/process.h +++ b/src/process.h @@ -221,6 +221,7 @@ enum extern void block_child_signal (void); extern void unblock_child_signal (void); +extern Lisp_Object encode_current_directory (void); extern void record_kill_process (struct Lisp_Process *, Lisp_Object); /* Defined in sysdep.c. */ |