comparison lisp/progmodes/sh-script.el @ 90732:bc10a33dd40b

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 563-582) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 177-185) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-158
author Miles Bader <miles@gnu.org>
date Mon, 01 Jan 2007 03:21:06 +0000
parents 6588c6259dfb 55f1722d93af
children 95d0cdf160ea
comparison
equal deleted inserted replaced
90731:a6c97c25a666 90732:bc10a33dd40b
1888 1888
1889 To revert all these variables to the global values, use 1889 To revert all these variables to the global values, use
1890 command `sh-reset-indent-vars-to-global-values'." 1890 command `sh-reset-indent-vars-to-global-values'."
1891 (interactive) 1891 (interactive)
1892 (mapcar 'make-local-variable sh-var-list) 1892 (mapcar 'make-local-variable sh-var-list)
1893 (message "Indentation variable are now local.")) 1893 (message "Indentation variables are now local."))
1894 1894
1895 (defun sh-reset-indent-vars-to-global-values () 1895 (defun sh-reset-indent-vars-to-global-values ()
1896 "Reset local indentation variables to the global values. 1896 "Reset local indentation variables to the global values.
1897 Then, if variable `sh-make-vars-local' is non-nil, make them local." 1897 Then, if variable `sh-make-vars-local' is non-nil, make them local."
1898 (interactive) 1898 (interactive)