diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-08-19 17:59:13 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-08-19 18:05:51 +0200 |
commit | b7d6ebff078cece09c3e7a84c34ea4fe65e65917 (patch) | |
tree | 09ed183b5971a2bf2c5d8b432c273d476ee5bd18 /lisp/progmodes/icon.el | |
parent | 043ae1f53a29d69f2573356715861ec54d626b56 (diff) | |
download | emacs-b7d6ebff078cece09c3e7a84c34ea4fe65e65917.tar.gz emacs-b7d6ebff078cece09c3e7a84c34ea4fe65e65917.tar.bz2 emacs-b7d6ebff078cece09c3e7a84c34ea4fe65e65917.zip |
; Delete not-useful comments referring to Emacs 19.
Diffstat (limited to 'lisp/progmodes/icon.el')
-rw-r--r-- | lisp/progmodes/icon.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/progmodes/icon.el b/lisp/progmodes/icon.el index ec281f3a496..2da0fb16773 100644 --- a/lisp/progmodes/icon.el +++ b/lisp/progmodes/icon.el @@ -163,8 +163,6 @@ with no args, if that value is non-nil." '((icon-font-lock-keywords icon-font-lock-keywords-1 icon-font-lock-keywords-2) nil nil ((?_ . "w")) beginning-of-defun - ;; Obsoleted by Emacs 19.35 parse-partial-sexp's COMMENTSTOP. - ;;(font-lock-comment-start-regexp . "#") (font-lock-mark-block-function . mark-defun))) ;; imenu support (setq-local imenu-generic-expression icon-imenu-generic-expression) |