Mercurial > hg > xemacs-beta
diff src/buffer.c @ 5922:4b055de36bb9 cygwin
merging heads 2
author | Henry Thompson <ht@markup.co.uk> |
---|---|
date | Fri, 27 Feb 2015 17:47:15 +0000 |
parents | 8139bdf8db04 |
children | bd4d2c8ef9cc e2fae7783046 |
line wrap: on
line diff
--- a/src/buffer.c Wed Apr 23 22:22:37 2014 +0100 +++ b/src/buffer.c Fri Feb 27 17:47:15 2015 +0000 @@ -636,7 +636,8 @@ init_buffer_markers (b); init_buffer_syntax_cache (b); - b->generated_modeline_string = Fmake_string (make_fixnum (84), make_fixnum (' ')); + b->generated_modeline_string = Fmake_string (make_fixnum (84), + make_char (' ')); b->modeline_extent_table = make_lisp_hash_table (20, HASH_TABLE_KEY_WEAK, Qeq); @@ -2502,7 +2503,7 @@ */ ); DEFVAR_BUFFER_LOCAL ("case-fold-search", case_fold_search /* -*Non-nil if searches should ignore case. +*If non-nil, searches and matches should ignore case. Automatically becomes buffer-local when set in any fashion. */ );