emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el
Date: Mon, 19 Sep 2005 05:17:15 -0400

Index: emacs/lisp/progmodes/sh-script.el
diff -c emacs/lisp/progmodes/sh-script.el:1.165 
emacs/lisp/progmodes/sh-script.el:1.166
*** emacs/lisp/progmodes/sh-script.el:1.165     Sun Sep 18 12:31:28 2005
--- emacs/lisp/progmodes/sh-script.el   Mon Sep 19 09:17:14 2005
***************
*** 2574,2580 ****
        (goto-char blinkpos)
        (if msg (message "%s" msg) (message nil))
        (sit-for blink-matching-delay))
!     (if message (message "%s" msg) (message nil))))
  
  (defun sh-show-indent (arg)
    "Show the how the currently line would be indented.
--- 2574,2580 ----
        (goto-char blinkpos)
        (if msg (message "%s" msg) (message nil))
        (sit-for blink-matching-delay))
!     (if msg (message "%s" msg) (message nil))))
  
  (defun sh-show-indent (arg)
    "Show the how the currently line would be indented.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]