]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove some dead, commented out code from lisp-mode.el
authorStefan Kangas <stefan@marxist.se>
Tue, 9 Feb 2021 15:57:27 +0000 (16:57 +0100)
committerStefan Kangas <stefan@marxist.se>
Tue, 9 Feb 2021 16:03:55 +0000 (17:03 +0100)
* lisp/emacs-lisp/lisp-mode.el (lisp-data-mode-syntax-table):
Remove code commented out since 2005.

lisp/emacs-lisp/lisp-mode.el

index f5ce107185ab8b3900f2e3bce0b15b21dec27cb4..54089c4bc6975c862f28041c1cfb66fe2d0eb4fb 100644 (file)
@@ -62,9 +62,6 @@
     (modify-syntax-entry ?\t "    " table)
     (modify-syntax-entry ?\f "    " table)
     (modify-syntax-entry ?\n ">   " table)
-    ;; This is probably obsolete since nowadays such features use overlays.
-    ;; ;; Give CR the same syntax as newline, for selective-display.
-    ;; (modify-syntax-entry ?\^m ">   " table)
     (modify-syntax-entry ?\; "<   " table)
     (modify-syntax-entry ?` "'   " table)
     (modify-syntax-entry ?' "'   " table)