diff options
| author | Juanma Barranquero | 2002-03-12 17:24:31 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-03-12 17:24:31 +0000 |
| commit | 7dcece1445d89e4b7e8e2e423863898634f7b63e (patch) | |
| tree | 3f588427ccdd85745cfc68e98f53ec123997d966 /src | |
| parent | d0efd1c1580038bb51ef1e77b97b41d1a118d8a0 (diff) | |
| download | emacs-7dcece1445d89e4b7e8e2e423863898634f7b63e.tar.gz emacs-7dcece1445d89e4b7e8e2e423863898634f7b63e.zip | |
(syms_of_editfns): Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/editfns.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 575db7931a9..e08ae82c64b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-03-12 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * editfns.c (syms_of_editfns): Fix typo. | ||
| 4 | |||
| 1 | 2002-03-12 Gerd Moellmann <gerd@gnu.org> | 5 | 2002-03-12 Gerd Moellmann <gerd@gnu.org> |
| 2 | 6 | ||
| 3 | * xsmfns.c: Include stdio.h because termhooks.h needs it. | 7 | * xsmfns.c: Include stdio.h because termhooks.h needs it. |
diff --git a/src/editfns.c b/src/editfns.c index dabd920e947..9fb78820052 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -3995,7 +3995,7 @@ syms_of_editfns () | |||
| 3995 | staticpro (&Qbuffer_access_fontify_functions); | 3995 | staticpro (&Qbuffer_access_fontify_functions); |
| 3996 | 3996 | ||
| 3997 | DEFVAR_LISP ("inhibit-field-text-motion", &Vinhibit_field_text_motion, | 3997 | DEFVAR_LISP ("inhibit-field-text-motion", &Vinhibit_field_text_motion, |
| 3998 | doc: /* Non-nil means.text motion commands don't notice fields. */); | 3998 | doc: /* Non-nil means text motion commands don't notice fields. */); |
| 3999 | Vinhibit_field_text_motion = Qnil; | 3999 | Vinhibit_field_text_motion = Qnil; |
| 4000 | 4000 | ||
| 4001 | DEFVAR_LISP ("buffer-access-fontify-functions", | 4001 | DEFVAR_LISP ("buffer-access-fontify-functions", |