1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-17 17:58:46 +00:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 2006-09-16 18:44:45 +00:00
parent 8969e90653
commit ddec2286a1
2 changed files with 21 additions and 0 deletions

View File

@ -1,3 +1,16 @@
2006-09-16 Richard Stallman <rms@gnu.org>
* textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
(conf-space-mode): Don't handle prefix arg.
Delete conf-space-keywords-override code.
Use add-hook.
(conf-space-keywords): New command.
(conf-space-mode-internal): Be careful with imenu-generic-expression.
Delete conf-space-keywords-override code.
(conf-space-keywords-alist): Doc fix.
(conf-space-font-lock-keywords): Doc fix.
(conf-space-keywords-override): Var deleted.
2006-09-16 Chong Yidong <cyd@stupidchicken.com>
* startup.el (fancy-splash-screens): Don't switch to the scratch

View File

@ -18806,6 +18806,14 @@
* Makefile.in (fns.o): Depend on coding.h.
2003-01-06 Dave Love <fx@gnu.org>
* fns.c: Include coding.h. Use POINTER_TYPE*, not void*.
(Vlocale_coding_system): Declare.
(Qcodeset, Qdays, Qmonths, Qpaper): New.
(Flanginfo): New.
(syms_of_fns): Initialize new stuff.
2003-01-07 Markus Rost <rost@math.ohio-state.edu>
* minibuf.c (Fread_variable): Doc fix.