/[emacs]/emacs/lisp/subr.el
ViewVC logotype

Diff of /emacs/lisp/subr.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.439 by jurta, Sun Mar 20 20:59:14 2005 UTC revision 1.440 by monnier, Tue Apr 19 18:11:26 2005 UTC
# Line 2286  from `standard-syntax-table' otherwise." Line 2286  from `standard-syntax-table' otherwise."
2286        (if (consp st) st        (if (consp st) st
2287          (aref (or st (syntax-table)) (char-after pos))))))          (aref (or st (syntax-table)) (char-after pos))))))
2288    
2289    (defun syntax-class (syntax)
2290      "Return the syntax class part of the syntax descriptor SYNTAX."
2291      (logand (car syntax) 255))
2292    
2293  (defun add-to-invisibility-spec (arg)  (defun add-to-invisibility-spec (arg)
2294    "Add elements to `buffer-invisibility-spec'.    "Add elements to `buffer-invisibility-spec'.
2295  See documentation for `buffer-invisibility-spec' for the kind of elements  See documentation for `buffer-invisibility-spec' for the kind of elements

Legend:
Removed from v.1.439  
changed lines
  Added in v.1.440

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26