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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el
Date: Tue, 17 Aug 2004 18:14:00 -0400

Index: emacs/lisp/progmodes/sh-script.el
diff -c emacs/lisp/progmodes/sh-script.el:1.139 
emacs/lisp/progmodes/sh-script.el:1.140
*** emacs/lisp/progmodes/sh-script.el:1.139     Sat Apr 24 20:57:48 2004
--- emacs/lisp/progmodes/sh-script.el   Mon Aug 16 22:45:52 2004
***************
*** 353,358 ****
--- 353,363 ----
  (defvar sh-shell (sh-canonicalize-shell (file-name-nondirectory 
sh-shell-file))
    "The shell being programmed.  This is set by \\[sh-set-shell].")
  
+ (defvar sh-mode-abbrev-table nil)
+ 
+ (define-abbrev-table 'sh-mode-abbrev-table ())
+ 
+ 
  ;; I turned off this feature because it doesn't permit typing commands
  ;; in the usual way without help.
  ;;(defvar sh-abbrevs
***************
*** 1483,1489 ****
        (setq require-final-newline tem)))
    (setq
        comment-start-skip "#+[\t ]*"
! ;;;   local-abbrev-table (sh-feature sh-abbrevs)
        mode-line-process (format "[%s]" sh-shell)
        sh-shell-variables nil
        sh-shell-variables-initialized nil
--- 1488,1494 ----
        (setq require-final-newline tem)))
    (setq
        comment-start-skip "#+[\t ]*"
!       local-abbrev-table sh-mode-abbrev-table
        mode-line-process (format "[%s]" sh-shell)
        sh-shell-variables nil
        sh-shell-variables-initialized nil




reply via email to

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