Remove old commented out XEmacs compat code from syntax.el (Bug#37524)
* lisp/emacs-lisp/syntax.el: Remove ancient commented out XEmacs compat code. This code has been commented out since 2001.
This commit is contained in:
parent
12f6b90c85
commit
84d7fdbee5
1 changed files with 0 additions and 15 deletions
|
@ -638,21 +638,6 @@ running the hook."
|
|||
(setq pt (car x)))
|
||||
min-diffs))
|
||||
|
||||
;; XEmacs compatibility functions
|
||||
|
||||
;; (defun buffer-syntactic-context (&optional buffer)
|
||||
;; "Syntactic context at point in BUFFER.
|
||||
;; Either of `string', `comment' or nil.
|
||||
;; This is an XEmacs compatibility function."
|
||||
;; (with-current-buffer (or buffer (current-buffer))
|
||||
;; (syntax-ppss-context (syntax-ppss))))
|
||||
|
||||
;; (defun buffer-syntactic-context-depth (&optional buffer)
|
||||
;; "Syntactic parenthesis depth at point in BUFFER.
|
||||
;; This is an XEmacs compatibility function."
|
||||
;; (with-current-buffer (or buffer (current-buffer))
|
||||
;; (syntax-ppss-depth (syntax-ppss))))
|
||||
|
||||
(provide 'syntax)
|
||||
|
||||
;;; syntax.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue