* wesnoth-mode.el (wesnoth-indent-default-style): Renamed to
commite917098fef91910d714a607d5a17c8ed5e98d1cc
authorChris Mann <chris@gnawty.home>
Sat, 4 Oct 2008 23:09:36 +0000 (5 09:39 +1030)
committerChris Mann <chris@gnawty.home>
Sat, 4 Oct 2008 23:09:36 +0000 (5 09:39 +1030)
treee66ddaf10744e576d6e27944d20f04abfcee00cb
parent1369053fee07a15641190be529c7637fc27407bb
* wesnoth-mode.el (wesnoth-indent-default-style): Renamed to
  `wesnoth-indent-savefile'.  Alias with that name removed, as defvaralias not
  supported in GNU Emacs 21.
  (wesnoth-preprocessor-best-face): Fix an error when global-font-lock-mode is
  disabled.
  (wesnoth-indent): Don't use `multiple-value-bind' as it's not supported in
  GNU Emacs 21.  Revert to using wesnoth-indent-savefile.
  (wesnoth-determine-context): Don't use `values', as it's not supported in
  GNU Emacs 21.
wesnoth-mode.el