# HG changeset patch # User Daniel Pfeiffer # Date 1098827060 0 # Node ID 095db2c661af1088c04b14a5315a582bbe569b1b # Parent 557213a7ca1742836d12c669e2ecb84bd3f72071 *** empty log message *** diff -r 557213a7ca17 -r 095db2c661af lisp/ChangeLog --- a/lisp/ChangeLog Tue Oct 26 21:41:17 2004 +0000 +++ b/lisp/ChangeLog Tue Oct 26 21:44:20 2004 +0000 @@ -1,3 +1,19 @@ +2004-10-26 Daniel Pfeiffer + + * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group + trivial variants to shorten the list. + (xml-based-modes): New var. + (set-auto-mode): Give interpreter-mode-alist or * calc/calc.el (calc,full-calc, calc-quit, calc-keypad) @@ -5,10 +21,10 @@ instead of `interactive-p'. * calc/calc-misc.el (calc-other-window): Use an extra argument - instead of `interactive-p'. - - * calc/calc-rewr.el (calc-match): Use an extra argument instead of - `interactive-p'. + instead of `interactive-p'. + + * calc/calc-rewr.el (calc-match): Use an extra argument instead of + `interactive-p'. 2004-10-26 Kim F. Storm