Fix a typo.
This commit is contained in:
parent
09938b6789
commit
c41798d351
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-07-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
|
||||
|
||||
* gnus-setup.el (gnus-use-installed-gnus): Fix a typo.
|
||||
|
||||
2001-07-12 ShengHuo ZHU <zsh@cs.rochester.edu>
|
||||
|
||||
* nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
(eval-when-compile (require 'cl))
|
||||
|
||||
(defvar gnus-use-installed-gnus t
|
||||
"*If non-nil Use installed version of Gnus.")
|
||||
"*If non-nil use installed version of Gnus.")
|
||||
|
||||
(defvar gnus-use-installed-mailcrypt (featurep 'xemacs)
|
||||
"*If non-nil use installed version of mailcrypt.")
|
||||
|
|
Loading…
Add table
Reference in a new issue