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/textprop.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/textprop.c')
| -rw-r--r-- | src/textprop.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/textprop.c b/src/textprop.c index 7ce488334e8..a0d7d2689c4 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -76,7 +76,8 @@ static Lisp_Object interval_insert_behind_hooks; | |||
| 76 | static Lisp_Object interval_insert_in_front_hooks; | 76 | static Lisp_Object interval_insert_in_front_hooks; |
| 77 | 77 | ||
| 78 | static void text_read_only (Lisp_Object) NO_RETURN; | 78 | static void text_read_only (Lisp_Object) NO_RETURN; |
| 79 | INFUN (Fprevious_property_change, 3); | 79 | static Lisp_Object Fprevious_property_change (Lisp_Object, Lisp_Object, |
| 80 | Lisp_Object); | ||
| 80 | 81 | ||
| 81 | 82 | ||
| 82 | /* Signal a `text-read-only' error. This function makes it easier | 83 | /* Signal a `text-read-only' error. This function makes it easier |