mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-09 15:50:21 +00:00
(sh-mode): Set defun-prompt-regexp.
This commit is contained in:
parent
9b1d7c3445
commit
b6ddf8d773
@ -1,3 +1,7 @@
|
||||
2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
|
||||
|
||||
2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
||||
|
||||
* ps-print.el (ps-lpr-switches): Docstring fix.
|
||||
@ -33,8 +37,8 @@
|
||||
|
||||
2007-11-21 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* international/mule-cmds.el (set-locale-environment): Set
|
||||
default-file-name-coding-system _after_ keyboard and terminal
|
||||
* international/mule-cmds.el (set-locale-environment):
|
||||
Set default-file-name-coding-system _after_ keyboard and terminal
|
||||
coding systems. This fixes last change.
|
||||
|
||||
* mail/rmail.el (rmail-current-subject-regexp): Allow more than
|
||||
@ -345,8 +349,7 @@
|
||||
2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
|
||||
|
||||
* calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
|
||||
(math-build-parse-table): Get parse information from
|
||||
`math-parse-table'.
|
||||
(math-build-parse-table): Get parse information from math-parse-table.
|
||||
|
||||
2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
|
@ -1524,6 +1524,8 @@ with your script for an edit-interpret-debug cycle."
|
||||
skeleton-filter-function 'sh-feature
|
||||
skeleton-newline-indent-rigidly t
|
||||
sh-indent-supported-here nil)
|
||||
(set (make-local-variable 'defun-prompt-regexp)
|
||||
(concat "^\\(function[ \t]\\|[[:alnum:]]+[ \t]+()[ \t]+\\)"))
|
||||
(set (make-local-variable 'parse-sexp-ignore-comments) t)
|
||||
;; Parse or insert magic number for exec, and set all variables depending
|
||||
;; on the shell thus determined.
|
||||
|
Loading…
Reference in New Issue
Block a user