aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorMiles Bader2005-09-19 11:00:10 +0000
committerMiles Bader2005-09-19 11:00:10 +0000
commitad404f1a4f1cf0cdb50967fbe78dc6bdfb7f21ae (patch)
treeb0d23f955a916a32cf3539080c6078a37f000644 /lisp/progmodes
parent6f512f0b53ba23b88c686d27a748797add0a89dc (diff)
parente3fba586d63c36a5d8eab0835ab542c7b3ae7483 (diff)
downloademacs-ad404f1a4f1cf0cdb50967fbe78dc6bdfb7f21ae.tar.gz
emacs-ad404f1a4f1cf0cdb50967fbe78dc6bdfb7f21ae.zip
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-83
Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 554-555) - Update from CVS - Remove CVS keywords from newsticker files
Diffstat (limited to 'lisp/progmodes')
-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 20af60e8968..3df7dffd21e 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -2574,7 +2574,7 @@ If INFO is supplied it is used, else it is calculated from current line."
2574 (goto-char blinkpos) 2574 (goto-char blinkpos)
2575 (if msg (message "%s" msg) (message nil)) 2575 (if msg (message "%s" msg) (message nil))
2576 (sit-for blink-matching-delay)) 2576 (sit-for blink-matching-delay))
2577 (if message (message "%s" msg) (message nil)))) 2577 (if msg (message "%s" msg) (message nil))))
2578 2578
2579(defun sh-show-indent (arg) 2579(defun sh-show-indent (arg)
2580 "Show the how the currently line would be indented. 2580 "Show the how the currently line would be indented.