summaryrefslogtreecommitdiff
path: root/lisp/ess-jags-d.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ess-jags-d.el')
-rw-r--r--lisp/ess-jags-d.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ess-jags-d.el b/lisp/ess-jags-d.el
index e16d44d..5700f33 100644
--- a/lisp/ess-jags-d.el
+++ b/lisp/ess-jags-d.el
@@ -1,6 +1,6 @@
;;; ess-jags-d.el --- ESS[JAGS] dialect -*- lexical-binding: t; -*-
-;; Copyright (C) 2009-2020 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2022 Free Software Foundation, Inc.
;; Author: Rodney Sparapani
;; Created: 13 March 2008
@@ -246,7 +246,7 @@
(setq ess-language "S") ; mimic S for ess-smart-underscore
(unless (and (fboundp 'w32-shell-dos-semantics)
(w32-shell-dos-semantics))
- (add-hook 'comint-output-filter-functions 'ess-bugs-exit-notify-sh))
+ (add-hook 'comint-output-filter-functions #'ess-bugs-exit-notify-sh))
)
;;;###autoload