diff options
| author | Eli Zaretskii | 2018-03-31 10:53:56 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-03-31 10:53:56 +0300 |
| commit | 8f746914214f19fe7eaad15e03923aca8667b87f (patch) | |
| tree | 113c1fef7552e45ff1f116e18d48275bf646894d /src/alloc.c | |
| parent | 6a2b940cb17f22008e0868b1d0caee409a31c719 (diff) | |
| parent | 20fa40ddd3e49b73cf2127a147d3b4ee03a3b5ba (diff) | |
| download | emacs-8f746914214f19fe7eaad15e03923aca8667b87f.tar.gz emacs-8f746914214f19fe7eaad15e03923aca8667b87f.zip | |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/alloc.c b/src/alloc.c index 369592d70ee..9fdcc7306a8 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -3878,15 +3878,6 @@ build_marker (struct buffer *buf, ptrdiff_t charpos, ptrdiff_t bytepos) | |||
| 3878 | return obj; | 3878 | return obj; |
| 3879 | } | 3879 | } |
| 3880 | 3880 | ||
| 3881 | /* Put MARKER back on the free list after using it temporarily. */ | ||
| 3882 | |||
| 3883 | void | ||
| 3884 | free_marker (Lisp_Object marker) | ||
| 3885 | { | ||
| 3886 | unchain_marker (XMARKER (marker)); | ||
| 3887 | free_misc (marker); | ||
| 3888 | } | ||
| 3889 | |||
| 3890 | 3881 | ||
| 3891 | /* Return a newly created vector or string with specified arguments as | 3882 | /* Return a newly created vector or string with specified arguments as |
| 3892 | elements. If all the arguments are characters that can fit | 3883 | elements. If all the arguments are characters that can fit |