diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-14 12:34:42 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-14 12:34:42 -0700 |
commit | cd64ea1d0df393beb93d1bdf19bd3990e3378f85 (patch) | |
tree | 0966573f9d7235bd550e235193867976e65ffcd0 /src/textprop.c | |
parent | c38bf546b2bb50932ac15cf3283c74a4bddc99c0 (diff) | |
download | emacs-cd64ea1d0df393beb93d1bdf19bd3990e3378f85.tar.gz |
* 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; static Lisp_Object interval_insert_in_front_hooks; static void text_read_only (Lisp_Object) NO_RETURN; -INFUN (Fprevious_property_change, 3); +static Lisp_Object Fprevious_property_change (Lisp_Object, Lisp_Object, + Lisp_Object); /* Signal a `text-read-only' error. This function makes it easier |