]> gitweb.michael.orlitzky.com - nagios-mode.git/commitdiff
nagios-mode.el: drop obsolete syntax-begin-function definition.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 14 Nov 2022 11:49:53 +0000 (06:49 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 14 Nov 2022 11:49:53 +0000 (06:49 -0500)
I guess emacs doesn't use this any more? I'm not sure we cared about
it in the first place, so bye. This fixes the warning,

  Warning: `syntax-begin-function' is an obsolete variable (as of
  25.1).

nagios-mode.el

index c56d58dd914b8a644a335c6f68a92924f16170e5..06d52e1c8857df66238e9f1cd5808b168fa56b37 100644 (file)
   (make-local-variable 'comment-start-skip)
   (make-local-variable 'comment-end)
   (make-local-variable 'indent-line-function)
-  (make-local-variable 'syntax-begin-function)
 
   (set-syntax-table nagios-mode-syntax-table)
 
         comment-start         "#"
         comment-start-skip    "#\|; +"
         comment-end           ""
-
-        ;; Since comments and strings do not span multiple lines,
-        ;; the syntax parser can safely start parsing at the beginning
-        ;; of any line.
-        syntax-begin-function 'beginning-of-line
         )
 
   ;; Keyboard Mapping