summaryrefslogtreecommitdiff
path: root/lisp/progmodes/m4-mode.el
Commit message (Collapse)AuthorAgeFilesLines
...
* * progmodes/ada-mode.el (ada-mode):Lute Kamstra2005-05-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * progmodes/antlr-mode.el (antlr-mode): * progmodes/autoconf.el (autoconf-mode): * progmodes/dcl-mode.el (dcl-mode): * progmodes/delphi.el (delphi-mode): * progmodes/ebrowse.el (ebrowse-tree-mode) (ebrowse-electric-list-mode, ebrowse-member-mode) (ebrowse-electric-position-mode): * progmodes/f90.el (f90-mode): * progmodes/fortran.el (fortran-mode): * progmodes/icon.el (icon-mode): * progmodes/idlw-help.el (idlwave-help-mode): * progmodes/idlw-shell.el (idlwave-shell-mode): * progmodes/idlwave.el (idlwave-mode): * progmodes/inf-lisp.el (inferior-lisp-mode): * progmodes/m4-mode.el (m4-mode): * progmodes/meta-mode.el (metafont-mode, metapost-mode): * progmodes/modula2.el (modula-2-mode): * progmodes/octave-inf.el (inferior-octave-mode): * progmodes/octave-mod.el (octave-mode): * progmodes/pascal.el (pascal-mode): * progmodes/sh-script.el (sh-mode): * progmodes/sql.el (sql-mode, sql-interactive-mode): * progmodes/vhdl-mode.el (vhdl-mode): * progmodes/xscheme.el (scheme-interaction-mode): Use run-mode-hooks.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-14/+14
|
* (m4-font-lock-keywords)John Paul Wallington2002-09-281-11/+10
| | | | | (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer) (m4-m4-region): Doc fixes.
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+1
|
* (m4-mode-abbrev-table): New variable.Gerd Moellmann2000-07-261-1/+7
| | | | (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
* (m4-m4-region, m4-m4-buffer): Use shell-command-on-region.Richard M. Stallman1998-12-301-20/+5
| | | | (m4-start-m4, m4-end-m4): Functions deleted.
* CustomizeStephen Eglen1998-04-091-3/+20
|
* Update author email address.Richard M. Stallman1997-11-251-2/+2
|
* (m4-mode): Add autoload cookie.Richard M. Stallman1997-09-061-10/+2
|
* (m4-program): Guess which m4 binary to use.Richard M. Stallman1997-05-201-17/+40
| | | | | | | (m4-start-m4): New function. (m4-end-m4): New function. (m4-m4-buffer, m4-m4-region): Now use m4-start-m4. (m4-font-lock-keywords): Collaps 4 regex's into 1.
* Fixed syntax table for quotes since they messed upRichard M. Stallman1996-12-071-0/+3
| | | | highlighting in comments and other constructions.
* Initial revisionRichard M. Stallman1996-10-301-0/+149