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 [emacs-unicod


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el [emacs-unicode-2]
Date: Fri, 27 Aug 2004 07:07:11 -0400

Index: emacs/lisp/progmodes/sh-script.el
diff -c emacs/lisp/progmodes/sh-script.el:1.127.2.3 
emacs/lisp/progmodes/sh-script.el:1.127.2.4
*** emacs/lisp/progmodes/sh-script.el:1.127.2.3 Mon Jun 28 07:29:44 2004
--- emacs/lisp/progmodes/sh-script.el   Fri Aug 27 07:00:28 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]