diff options
| author | Paul Eggert | 2011-04-14 12:34:42 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-14 12:34:42 -0700 |
| commit | cd64ea1d0df393beb93d1bdf19bd3990e3378f85 (patch) | |
| tree | 0966573f9d7235bd550e235193867976e65ffcd0 /src/callproc.c | |
| parent | c38bf546b2bb50932ac15cf3283c74a4bddc99c0 (diff) | |
| download | emacs-cd64ea1d0df393beb93d1bdf19bd3990e3378f85.tar.gz emacs-cd64ea1d0df393beb93d1bdf19bd3990e3378f85.zip | |
* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in
<http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00393.html>.
All uses spelled out.
Diffstat (limited to 'src/callproc.c')
| -rw-r--r-- | src/callproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callproc.c b/src/callproc.c index 57f058aa165..3726eb3cc7f 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -96,7 +96,7 @@ int synch_process_retcode; | |||
| 96 | /* Nonzero if this is termination due to exit. */ | 96 | /* Nonzero if this is termination due to exit. */ |
| 97 | static int call_process_exited; | 97 | static int call_process_exited; |
| 98 | 98 | ||
| 99 | INFUN (Fgetenv_internal, 2); | 99 | static Lisp_Object Fgetenv_internal (Lisp_Object, Lisp_Object); |
| 100 | 100 | ||
| 101 | static Lisp_Object | 101 | static Lisp_Object |
| 102 | call_process_kill (Lisp_Object fdpid) | 102 | call_process_kill (Lisp_Object fdpid) |