mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* auth-source.el (auth-source-backend): Fix :initarg for data slot.
This commit is contained in:
parent
34d0a92369
commit
65afde5c65
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2011-07-01 Daiki Ueno <ueno@unixuser.org>
|
||||
|
||||
* auth-source.el (auth-source-backend): Fix :initarg for data slot.
|
||||
|
||||
2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
|
||||
|
||||
* mml2015.el (mml2015-use): Replace string-match-p with string-match
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@ let-binding."
|
|||
:type t
|
||||
:custom string
|
||||
:documentation "The backend protocol.")
|
||||
(data :initarg :arg
|
||||
(data :initarg :data
|
||||
:initform nil
|
||||
:documentation "Internal backend data.")
|
||||
(create-function :initarg :create-function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue