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/insdel.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/insdel.c')
| -rw-r--r-- | src/insdel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/insdel.c b/src/insdel.c index 8733054e9cd..82dce13af98 100644 --- a/src/insdel.c +++ b/src/insdel.c | |||
| @@ -48,7 +48,7 @@ static void adjust_markers_for_replace (EMACS_INT, EMACS_INT, EMACS_INT, | |||
| 48 | EMACS_INT, EMACS_INT, EMACS_INT); | 48 | EMACS_INT, EMACS_INT, EMACS_INT); |
| 49 | static void adjust_point (EMACS_INT nchars, EMACS_INT nbytes); | 49 | static void adjust_point (EMACS_INT nchars, EMACS_INT nbytes); |
| 50 | 50 | ||
| 51 | INFUN (Fcombine_after_change_execute, 0); | 51 | static Lisp_Object Fcombine_after_change_execute (void); |
| 52 | 52 | ||
| 53 | /* List of elements of the form (BEG-UNCHANGED END-UNCHANGED CHANGE-AMOUNT) | 53 | /* List of elements of the form (BEG-UNCHANGED END-UNCHANGED CHANGE-AMOUNT) |
| 54 | describing changes which happened while combine_after_change_calls | 54 | describing changes which happened while combine_after_change_calls |