diff options
| -rw-r--r-- | lisp/emacs-lisp/syntax.el | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lisp/emacs-lisp/syntax.el b/lisp/emacs-lisp/syntax.el index 6464e2a52db..3861b160cc9 100644 --- a/lisp/emacs-lisp/syntax.el +++ b/lisp/emacs-lisp/syntax.el | |||
| @@ -638,21 +638,6 @@ running the hook." | |||
| 638 | (setq pt (car x))) | 638 | (setq pt (car x))) |
| 639 | min-diffs)) | 639 | min-diffs)) |
| 640 | 640 | ||
| 641 | ;; XEmacs compatibility functions | ||
| 642 | |||
| 643 | ;; (defun buffer-syntactic-context (&optional buffer) | ||
| 644 | ;; "Syntactic context at point in BUFFER. | ||
| 645 | ;; Either of `string', `comment' or nil. | ||
| 646 | ;; This is an XEmacs compatibility function." | ||
| 647 | ;; (with-current-buffer (or buffer (current-buffer)) | ||
| 648 | ;; (syntax-ppss-context (syntax-ppss)))) | ||
| 649 | |||
| 650 | ;; (defun buffer-syntactic-context-depth (&optional buffer) | ||
| 651 | ;; "Syntactic parenthesis depth at point in BUFFER. | ||
| 652 | ;; This is an XEmacs compatibility function." | ||
| 653 | ;; (with-current-buffer (or buffer (current-buffer)) | ||
| 654 | ;; (syntax-ppss-depth (syntax-ppss)))) | ||
| 655 | |||
| 656 | (provide 'syntax) | 641 | (provide 'syntax) |
| 657 | 642 | ||
| 658 | ;;; syntax.el ends here | 643 | ;;; syntax.el ends here |