1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00
emacs/lisp/progmodes
Masatake YAMATO 7144c62778 * lisp/progmodes/sh-script.el: Implement `sh-mode' own
`add-log-current-defun-function'.
(sh-current-defun-name): New function.
(sh-mode): Use the function.

Fixes: debbugs:14112
2013-04-10 02:31:17 +09:00
..
.gitignore
ada-mode.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ada-prj.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ada-stmt.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ada-xref.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
antlr-mode.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
asm-mode.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
autoconf.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
bug-reference.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
cap-words.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
cc-align.el Correct the position of point in some line-up functions. 2013-03-06 14:24:39 +00:00
cc-awk.el Spelling fixes. 2013-02-01 22:04:06 -08:00
cc-bytecomp.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
cc-cmds.el Replace last-command-event' by last-command-char' in XEmacs. 2013-03-04 19:33:23 +00:00
cc-compat.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
cc-defs.el Replace last-command-event' by last-command-char' in XEmacs. 2013-03-04 19:33:23 +00:00
cc-engine.el Handle `parse-partial-sexp' landing inside a comment opener 2013-04-03 17:50:39 +00:00
cc-fonts.el Handle `parse-partial-sexp' landing inside a comment opener 2013-04-03 17:50:39 +00:00
cc-guess.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
cc-langs.el Prefer UTF-8 when the encoding shouldn't matter and changes are small. 2013-03-05 09:13:01 -08:00
cc-menus.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
cc-mode.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
cc-styles.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
cc-vars.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
cfengine.el * progmodes/cfengine.el: Use symbol motion commands instead of extending the word syntax. 2013-03-22 15:06:53 -04:00
cmacexp.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
compile.el * progmodes/compile.el (compilation-display-error): New command. 2013-03-19 08:16:14 +08:00
cperl-mode.el Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.org 2013-02-12 20:31:09 -08:00
cpp.el Make S-SPC scroll in the opposite direction to SPC 2013-02-11 20:46:18 -08:00
cwarn.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
dcl-mode.el In doc, use standard American English style for e.g., etc., i.e. 2013-02-12 09:36:54 -08:00
ebnf2ps.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ebnf-abn.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ebnf-bnf.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ebnf-dtd.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ebnf-ebx.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ebnf-iso.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ebnf-otz.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ebnf-yac.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ebrowse.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
etags.el Merge from emacs-24; up to 2012-12-11T09:51:12Z!dmantipov@yandex.ru 2013-01-19 12:38:13 -08:00
executable.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
f90.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
flymake.el * lisp/textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate): 2013-01-09 01:50:40 +02:00
fortran.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
gdb-mi.el * lisp/progmodes/gdb-mi.el: Speed up initialization. Use lexical-binding. 2013-03-11 13:13:39 -04:00
glasses.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
grep.el Make S-SPC scroll in the opposite direction to SPC 2013-02-11 20:46:18 -08:00
gud.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
hideif.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
hideshow.el Prefer UTF-8 when the encoding shouldn't matter and changes are small. 2013-03-05 09:13:01 -08:00
icon.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
idlw-complete-structtag.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
idlw-help.el Make S-SPC scroll in the opposite direction to SPC 2013-02-11 20:46:18 -08:00
idlw-shell.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
idlw-toolbar.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
idlwave.el Use locate-user-emacs-file. 2013-03-11 22:08:21 -04:00
inf-lisp.el Doc fixes re set-variable 2013-02-21 20:59:28 -05:00
js.el * lisp/progmodes/js.el (js--multi-line-declaration-indentation): Merge 2013-03-07 20:08:33 +04:00
ld-script.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
m4-mode.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
make-mode.el Spelling fixes. 2013-02-01 22:04:06 -08:00
mantemp.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
meta-mode.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
mixal-mode.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
modula2.el
octave-inf.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
octave-mod.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
opascal.el * lisp/progmodes/opascal.el: Rename from delphi.el. Use lexical-binding. 2013-01-30 20:58:24 -05:00
pascal.el * lisp/progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments. 2013-01-30 19:58:24 -05:00
perl-mode.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
prolog.el Prefer UTF-8 when the encoding shouldn't matter and changes are small. 2013-03-05 09:13:01 -08:00
ps-mode.el Update ps-mode.el from upstream 2013-02-23 14:06:45 -08:00
python.el Merge from emacs-24; up to 2012-12-26T16:22:18Z!michael.albinus@gmx.de 2013-03-30 09:55:47 -07:00
ruby-mode.el * lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function): Only 2013-03-06 22:56:29 +04:00
scheme.el Merge from emacs-24 2013-03-16 18:08:22 -04:00
sh-script.el * lisp/progmodes/sh-script.el: Implement `sh-mode' own 2013-04-10 02:31:17 +09:00
simula.el Make simula.el special bug reporting obsolete 2013-02-23 13:49:41 -08:00
sql.el * progmodes/sql.el Version 3.2 2013-03-11 00:09:37 -04:00
subword.el Move forward-whitespace, forward-symbol, forward-same-syntax commands to subr.el. Use forward-symbol in supermode.el again. 2013-03-29 21:32:12 -04:00
tcl.el Doc fixes re set-variable 2013-02-21 20:59:28 -05:00
vera-mode.el Add bug-gnu-emacs to some specialized bug report addresses 2013-02-23 13:54:00 -08:00
verilog-mode.el In doc, use standard American English style for e.g., etc., i.e. 2013-02-12 09:36:54 -08:00
vhdl-mode.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
which-func.el * lisp/progmodes/which-func.el (which-function): Silence imenu errors. 2013-01-14 23:20:13 -05:00
xscheme.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00