summaryrefslogtreecommitdiff
path: root/lisp/progmodes/sh-script.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/sh-script.el')
-rw-r--r--lisp/progmodes/sh-script.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index a713539cd8e..a6089aabb04 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -4076,7 +4076,7 @@ The document is bounded by `sh-here-document-word'."
(self-insert-command (prefix-numeric-value arg))
(or arg (sh--maybe-here-document)))
(make-obsolete 'sh--maybe-here-document
- 'sh-electric-here-document-mode "24.2")
+ 'sh-electric-here-document-mode "24.3")
(defun sh--maybe-here-document ()
(or (not (looking-back "[^<]<<"))