Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7dcece14
Commit
7dcece14
authored
Mar 12, 2002
by
Juanma Barranquero
Browse files
(syms_of_editfns): Fix typo.
parent
d0efd1c1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/editfns.c
src/editfns.c
+1
-1
No files found.
src/ChangeLog
View file @
7dcece14
2002-03-12 Juanma Barranquero <lektu@terra.es>
* editfns.c (syms_of_editfns): Fix typo.
2002-03-12 Gerd Moellmann <gerd@gnu.org>
* xsmfns.c: Include stdio.h because termhooks.h needs it.
...
...
src/editfns.c
View file @
7dcece14
...
...
@@ -3995,7 +3995,7 @@ syms_of_editfns ()
staticpro
(
&
Qbuffer_access_fontify_functions
);
DEFVAR_LISP
(
"inhibit-field-text-motion"
,
&
Vinhibit_field_text_motion
,
doc:
/* Non-nil means
.
text motion commands don't notice fields. */
);
doc:
/* Non-nil means
text motion commands don't notice fields. */
);
Vinhibit_field_text_motion
=
Qnil
;
DEFVAR_LISP
(
"buffer-access-fontify-functions"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment