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/doc.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/doc.c')
| -rw-r--r-- | src/doc.c | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -42,8 +42,9 @@ static char *get_doc_string_buffer; | |||
| 42 | static int get_doc_string_buffer_size; | 42 | static int get_doc_string_buffer_size; |
| 43 | 43 | ||
| 44 | static unsigned char *read_bytecode_pointer; | 44 | static unsigned char *read_bytecode_pointer; |
| 45 | INFUN (Fdocumentation_property, 3); | 45 | static Lisp_Object Fdocumentation_property (Lisp_Object, Lisp_Object, |
| 46 | INFUN (Fsnarf_documentation, 1); | 46 | Lisp_Object); |
| 47 | static Lisp_Object Fsnarf_documentation (Lisp_Object); | ||
| 47 | 48 | ||
| 48 | /* readchar in lread.c calls back here to fetch the next byte. | 49 | /* readchar in lread.c calls back here to fetch the next byte. |
| 49 | If UNREADFLAG is 1, we unread a byte. */ | 50 | If UNREADFLAG is 1, we unread a byte. */ |