diff options
| author | Markus Rost | 2002-11-07 17:23:00 +0000 |
|---|---|---|
| committer | Markus Rost | 2002-11-07 17:23:00 +0000 |
| commit | 65280ff31cf3856fa19d8fe38f461bfae67bcd46 (patch) | |
| tree | ce7cee355e5cb96c7fe7313af0fa613f1590e25e | |
| parent | 3190299741d3d655f09c94f944c9bc49413325cd (diff) | |
| download | emacs-65280ff31cf3856fa19d8fe38f461bfae67bcd46.tar.gz emacs-65280ff31cf3856fa19d8fe38f461bfae67bcd46.zip | |
(mail-default-directory): Set the version to 21.4.
| -rw-r--r-- | lisp/ChangeLog | 19 | ||||
| -rw-r--r-- | lisp/mail/sendmail.el | 3 |
2 files changed, 18 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e61a8894780..665db043fd3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,12 +1,25 @@ | |||
| 1 | 2002-11-07 Juanma Barranquero <lektu@terra.es> | 1 | 2002-11-07 Markus Rost <rost@math.ohio-state.edu> |
| 2 | 2 | ||
| 3 | * help.el (where-is): Repport also aliases of the passed command. | 3 | * mail/sendmail.el (mail-default-directory): Set the version to |
| 4 | 21.4. | ||
| 4 | 5 | ||
| 5 | 2002-11-07 Markus Rost <rost@math.ohio-state.edu> | 6 | * progmodes/compile.el (grep-compute-defaults): Undo previous |
| 7 | change. Definition moved down. | ||
| 8 | (grep-command, grep-find-command, grep-tree-command): Allow value | ||
| 9 | nil. Do not declare :get property. | ||
| 10 | (grep-use-null-device): Doc fix. Fix type. Do not declare :get | ||
| 11 | property. | ||
| 12 | |||
| 13 | * emacs-lisp/checkdoc.el (checkdoc-find-error): Use | ||
| 14 | get-file-buffer instead of get-buffer. | ||
| 6 | 15 | ||
| 7 | * cus-dep.el (custom-make-dependencies): Fix comment inserted in | 16 | * cus-dep.el (custom-make-dependencies): Fix comment inserted in |
| 8 | cus-load.el. | 17 | cus-load.el. |
| 9 | 18 | ||
| 19 | 2002-11-07 Juanma Barranquero <lektu@terra.es> | ||
| 20 | |||
| 21 | * help.el (where-is): Report also aliases of the passed command. | ||
| 22 | |||
| 10 | 2002-11-06 Dave Love <fx@gnu.org> | 23 | 2002-11-06 Dave Love <fx@gnu.org> |
| 11 | 24 | ||
| 12 | * simple.el (quoted-insert): Bind keyboard-translate-table around | 25 | * simple.el (quoted-insert): Bind keyboard-translate-table around |
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index a3ec7f836e0..89154b44934 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el | |||
| @@ -276,7 +276,8 @@ and should insert whatever you want to insert." | |||
| 276 | Value of `default-directory' for mail buffers. | 276 | Value of `default-directory' for mail buffers. |
| 277 | This directory is used for auto-save files of mail buffers." | 277 | This directory is used for auto-save files of mail buffers." |
| 278 | :type '(directory :tag "Directory") | 278 | :type '(directory :tag "Directory") |
| 279 | :group 'sendmail) | 279 | :group 'sendmail |
| 280 | :version "21.4") | ||
| 280 | 281 | ||
| 281 | (defvar mail-reply-action nil) | 282 | (defvar mail-reply-action nil) |
| 282 | (defvar mail-send-actions nil | 283 | (defvar mail-send-actions nil |