Mercurial > emacs
diff src/marker.c @ 20301:6e2ea54ad704
(unchain_marker): Define as returning nothing.
(syms_of_marker): Likewise.
| author | Andreas Schwab <schwab@suse.de> |
|---|---|
| date | Fri, 21 Nov 1997 13:33:35 +0000 |
| parents | cf4260218aec |
| children | cc87b03bad13 |
line wrap: on
line diff
--- a/src/marker.c Fri Nov 21 13:24:40 1997 +0000 +++ b/src/marker.c Fri Nov 21 13:33:35 1997 +0000 @@ -193,6 +193,7 @@ so we must be careful to ignore and preserve mark bits, including those in chain fields of markers. */ +void unchain_marker (marker) register Lisp_Object marker; { @@ -340,6 +341,7 @@ return Qnil; } +void syms_of_marker () { defsubr (&Smarker_position);
