aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c (unfollow)
Commit message (Expand)AuthorFilesLines
1994-06-24(scan_lists, Fforward_comment): When moving backward overRichard M. Stallman1-14/+16
1994-06-20(Fmatching_paren): Fix typo.Richard M. Stallman1-1/+1
1994-06-19(Fmatching_paren): New function.Richard M. Stallman1-1/+15
1994-06-16(scan_lists): Get error if eob within comment with depth!=0.Richard M. Stallman1-2/+12
1994-05-04Update copyright.Karl Heuer1-1/+1
1994-03-02(Fforward_comment): Do the right thing at eob.Karl Heuer1-35/+35
1994-02-03(find_defun_start): Pass new arg to scan_buffer.Richard M. Stallman1-2/+2
1994-01-05(describe_syntax): Handle Sinherit.Richard M. Stallman1-4/+6
1993-12-24(Fmodify_syntax_entry): Doc fix.Richard M. Stallman1-3/+4
1993-11-10(Fforward_comment): On backward scan, exit inner loopRichard M. Stallman1-5/+12
1993-09-10Include <config.h> instead of "config.h".Roland McGrath1-1/+1
1993-08-05Doc fix.Richard M. Stallman1-8/+8
1993-08-01Doc fix.Richard M. Stallman1-1/+1
1993-07-27(scan_sexps_forward): Delete extra Fcdr when analyzing OLDSTATE.Richard M. Stallman1-1/+0
1993-07-18* syntax.c (Fmodify_syntax_entry): Doc fix.Jim Blandy1-2/+2
1993-06-17(scan_lists, Fforward_comment): #if 0 the codeRichard M. Stallman1-3/+10
1993-06-13(scan_lists, Fforward_comment): Pass 0 as commentstop argRichard M. Stallman1-3/+9
1993-06-12(Fset_syntax_table): Add XFASTINT.Richard M. Stallman1-1/+2
1993-06-10* syntax.c (scan_lists, Fforward_comment): Call scan_sexps_forwardJim Blandy1-2/+2
1993-06-09Apply typo patches from Paul Eggert.Jim Blandy1-2/+2
1993-06-08(Fforward_comment): Set point to where scan stops,Richard M. Stallman1-20/+23
1993-05-25(Fforward_comment): Arg is a Lisp_Object.Richard M. Stallman1-5/+9
1993-05-25(Fforward_comment): Fix last change.Richard M. Stallman1-4/+9
1993-05-25(Fforward_comment): Always set point.Richard M. Stallman1-0/+4
1993-05-22Updated copyright years.Jim Blandy1-1/+1
1993-03-02(describe_syntax_1): Delete excess arg to describe_vector.Richard M. Stallman1-2/+260
1992-10-11(find_defun_start): scan_buffer returns start of line;Richard M. Stallman1-5/+0
1992-10-01(describe_syntax): Use insert_char to insert `match'.Joseph Arceneaux1-3/+1
1992-09-19(scan_lists): When searching back for comment:Richard M. Stallman1-16/+112
1992-09-05(scan_lists): Improve smarts for backwards scan of comments.Richard M. Stallman1-56/+174
1992-06-24entered into RCSJim Blandy1-5/+6
1992-05-01*** empty log message ***Jim Blandy1-6/+7
1992-01-13*** empty log message ***Jim Blandy1-11/+11
1991-01-14Initial revisionRichard M. Stallman1-0/+1216