emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 84d7fdb 4/4: Remove old commented out XEmacs compat


From: Stefan Kangas
Subject: [Emacs-diffs] master 84d7fdb 4/4: Remove old commented out XEmacs compat code from syntax.el (Bug#37524)
Date: Tue, 1 Oct 2019 14:28:09 -0400 (EDT)

branch: master
commit 84d7fdbee55e4547df8fc401a6cd068a723c61ae
Author: Stefan Kangas <address@hidden>
Commit: Stefan Kangas <address@hidden>

    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.
---
 lisp/emacs-lisp/syntax.el | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/lisp/emacs-lisp/syntax.el b/lisp/emacs-lisp/syntax.el
index 6464e2a..3861b16 100644
--- a/lisp/emacs-lisp/syntax.el
+++ b/lisp/emacs-lisp/syntax.el
@@ -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



reply via email to

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