]> code.delx.au - gnu-emacs/commitdiff
(mail-default-directory): Set the version to 21.4.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Thu, 7 Nov 2002 17:23:00 +0000 (17:23 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Thu, 7 Nov 2002 17:23:00 +0000 (17:23 +0000)
lisp/ChangeLog
lisp/mail/sendmail.el

index e61a88947808c22d1116456f0675ba3a146e24ee..665db043fd3fe42c83c4913c6d947fc09a8fc42c 100644 (file)
@@ -1,12 +1,25 @@
-2002-11-07  Juanma Barranquero  <lektu@terra.es>
+2002-11-07   Markus Rost  <rost@math.ohio-state.edu>
 
-       * 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  <rost@math.ohio-state.edu>
+       * 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  <lektu@terra.es>
+
+       * help.el (where-is): Report also aliases of the passed command.
+
 2002-11-06  Dave Love  <fx@gnu.org>
 
        * simple.el (quoted-insert): Bind keyboard-translate-table around
index a3ec7f836e0bfa32ca8bfba96609917539e124f0..89154b44934044ededab08357ead4abf116cec63 100644 (file)
@@ -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