emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/subr.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Mon, 08 Nov 2004 12:02:38 -0500

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.424 emacs/lisp/subr.el:1.425
*** emacs/lisp/subr.el:1.424    Sun Nov  7 04:10:38 2004
--- emacs/lisp/subr.el  Mon Nov  8 16:55:56 2004
***************
*** 2210,2218 ****
  
  (defun syntax-after (pos)
    "Return the syntax of the char after POS.
! The value is either a syntax character (a character that designates
  a syntax in `modify-syntax-entry'), or a cons cell
! of the form (CODE . MATCH), where CODE is the syntax character
  and MATCH is the matching parenthesis."
    (unless (or (< pos (point-min)) (>= pos (point-max)))
      (let* ((st (if parse-sexp-lookup-properties
--- 2210,2218 ----
  
  (defun syntax-after (pos)
    "Return the syntax of the char after POS.
! The value is either a syntax class character (a character that designates
  a syntax in `modify-syntax-entry'), or a cons cell
! of the form (CLASS . MATCH), where CLASS is the syntax class character
  and MATCH is the matching parenthesis."
    (unless (or (< pos (point-min)) (>= pos (point-max)))
      (let* ((st (if parse-sexp-lookup-properties




reply via email to

[Prev in Thread] Current Thread [Next in Thread]