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

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-01-02 14:20:32 +00:00
parent b428fdfdc1
commit 6dde6abc96
3 changed files with 12 additions and 2 deletions

View File

@ -992,8 +992,8 @@ compatibility.
ring (history). ring (history).
*** The new variable `comint-input-history-ignore' is a regexp for *** The new variable `comint-input-history-ignore' is a regexp for
identifying history lines that should be ignored, like tcsh inserts in identifying history lines that should be ignored, like tcsh time-stamp
time-stamp strings. The default value of this variable is "^#". strings, starting with a `#'. The default value of this variable is "^#".
** Changes to Rmail mode ** Changes to Rmail mode

View File

@ -1,3 +1,9 @@
2001-01-02 Gerd Moellmann <gerd@gnu.org>
* comint.el (comint-input-history-ignore): New variable.
(comint-read-input-ring): Ignore entries matching
comint-input-history-ignore.
2001-01-02 Eric M. Ludlam <zappo@gnu.org> 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
* emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable. * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.

View File

@ -1,5 +1,9 @@
2001-01-02 Gerd Moellmann <gerd@gnu.org> 2001-01-02 Gerd Moellmann <gerd@gnu.org>
* xterm.c (x_connection_closed): Catch X errors around all
statements that call X. Save away the error message in a local
copy.
* xterm.c (x_connection_closed): Set handling_signal to 0 at * xterm.c (x_connection_closed): Set handling_signal to 0 at
the start. the start.