mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 02:47:36 +00:00
(mail-default-directory): Set the version to 21.4.
This commit is contained in:
parent
3190299741
commit
65280ff31c
2 changed files with 19 additions and 5 deletions
|
|
@ -1,12 +1,25 @@
|
|||
2002-11-07 Juanma Barranquero <lektu@terra.es>
|
||||
|
||||
* help.el (where-is): Repport also aliases of the passed command.
|
||||
|
||||
2002-11-07 Markus Rost <rost@math.ohio-state.edu>
|
||||
|
||||
* mail/sendmail.el (mail-default-directory): Set the version to
|
||||
21.4.
|
||||
|
||||
* 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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue