From: Markus Rost Date: Thu, 7 Nov 2002 17:23:00 +0000 (+0000) Subject: (mail-default-directory): Set the version to 21.4. X-Git-Tag: ttn-vms-21-2-B4~12559 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=65280ff31cf3856fa19d8fe38f461bfae67bcd46;p=emacs.git (mail-default-directory): Set the version to 21.4. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e61a8894780..665db043fd3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,12 +1,25 @@ -2002-11-07 Juanma Barranquero +2002-11-07 Markus Rost - * help.el (where-is): Repport also aliases of the passed command. + * mail/sendmail.el (mail-default-directory): Set the version to + 21.4. -2002-11-07 Markus Rost + * progmodes/compile.el (grep-compute-defaults): Undo previous + change. Definition moved down. + (grep-command, grep-find-command, grep-tree-command): Allow value + nil. Do not declare :get property. + (grep-use-null-device): Doc fix. Fix type. Do not declare :get + property. + + * emacs-lisp/checkdoc.el (checkdoc-find-error): Use + get-file-buffer instead of get-buffer. * cus-dep.el (custom-make-dependencies): Fix comment inserted in cus-load.el. +2002-11-07 Juanma Barranquero + + * help.el (where-is): Report also aliases of the passed command. + 2002-11-06 Dave Love * 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." Value of `default-directory' for mail buffers. This directory is used for auto-save files of mail buffers." :type '(directory :tag "Directory") - :group 'sendmail) + :group 'sendmail + :version "21.4") (defvar mail-reply-action nil) (defvar mail-send-actions nil