*** empty log message ***
This commit is contained in:
parent
771e538796
commit
03e757c1bd
2 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2000-11-22 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* mail/rmail.el (rmail-confirm-expunge): Default to
|
||||
y-or-n-p.
|
||||
|
||||
2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
||||
* textmodes/tex-mode.el (tex-font-lock-keywords-1):
|
||||
|
@ -21,11 +26,15 @@
|
|||
|
||||
2000-11-22 Sam Steingold <sds@gnu.org>
|
||||
|
||||
* simple.el (delete-trailing-whitespace): New interactive function.
|
||||
* simple.el (delete-trailing-whitespace): New interactive
|
||||
function.
|
||||
|
||||
* progmodes/ada-mode.el (ada-mode): Use it instead of
|
||||
`ada-remove-trailing-spaces'
|
||||
(ada-remove-trailing-spaces): Removed.
|
||||
|
||||
* textmodes/two-column.el (2C-merge): Recommend it in the doc.
|
||||
|
||||
* textmodes/picture.el (picture-clean): Removed.
|
||||
(picture-mode-exit): Call it instead of `picture-clean'.
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
2000-11-22 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* buffer.c (Fmake_indirect_buffer): Don't treat nil as a
|
||||
buffer object.
|
||||
|
||||
* frame.h (struct frame): Replace desired_tool_bar_items,
|
||||
current_tool_bar_items, n_desired_tool_bar_items,
|
||||
n_current_tool_bar_items removed with tool_bar_items and
|
||||
|
|
Loading…
Add table
Reference in a new issue