/[emacs]/emacs/lisp/emacs-lisp/lucid.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/lucid.el

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

revision 1.30 by monnier, Sun May 4 00:34:16 2003 UTC revision 1.31 by lektu, Tue May 6 17:48:39 2003 UTC
# Line 130  This function exists for compatibility w Line 130  This function exists for compatibility w
130    
131  (defun buffer-syntactic-context (&optional buffer)  (defun buffer-syntactic-context (&optional buffer)
132    "Syntactic context at point in BUFFER.    "Syntactic context at point in BUFFER.
133  Either of `string', `comment' or `nil'.  Either of `string', `comment' or nil.
134  This is an XEmacs compatibility function."  This is an XEmacs compatibility function."
135    (with-current-buffer (or buffer (current-buffer))    (with-current-buffer (or buffer (current-buffer))
136      (let ((state (syntax-ppss (point))))      (let ((state (syntax-ppss (point))))

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

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