diff options
| author | Miles Bader | 2005-09-19 11:00:10 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-09-19 11:00:10 +0000 |
| commit | ad404f1a4f1cf0cdb50967fbe78dc6bdfb7f21ae (patch) | |
| tree | b0d23f955a916a32cf3539080c6078a37f000644 /lisp/progmodes | |
| parent | 6f512f0b53ba23b88c686d27a748797add0a89dc (diff) | |
| parent | e3fba586d63c36a5d8eab0835ab542c7b3ae7483 (diff) | |
| download | emacs-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.el | 2 |
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. |