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: Werner LEMBERG
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el
Date: Fri, 25 Mar 2005 03:47:07 -0500

Index: emacs/lisp/progmodes/sh-script.el
diff -c emacs/lisp/progmodes/sh-script.el:1.145 
emacs/lisp/progmodes/sh-script.el:1.146
*** emacs/lisp/progmodes/sh-script.el:1.145     Tue Jan 18 18:21:58 2005
--- emacs/lisp/progmodes/sh-script.el   Fri Mar 25 08:47:00 2005
***************
*** 2388,2394 ****
  (defun sh-var-value (var &optional ignore-error)
    "Return the value of variable VAR, interpreting symbols.
  It can also return t or nil.
! If an illegal value is found, throw an error unless Optional argument
  IGNORE-ERROR is non-nil."
    (let ((val (symbol-value var)))
      (cond
--- 2388,2394 ----
  (defun sh-var-value (var &optional ignore-error)
    "Return the value of variable VAR, interpreting symbols.
  It can also return t or nil.
! If an invalid value is found, throw an error unless Optional argument
  IGNORE-ERROR is non-nil."
    (let ((val (symbol-value var)))
      (cond




reply via email to

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