[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r106809: Remove some unused password-
From: |
Lars Magne Ingebrigtsen |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r106809: Remove some unused password-related autoloads |
Date: |
Sat, 07 Jan 2012 06:34:30 +0100 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 106809
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2012-01-07 06:34:30 +0100
message:
Remove some unused password-related autoloads
* mail/smtpmail.el (password-cache-add): Removed unused declaration.
(password-read): Don't autoload unused function.
modified:
lisp/ChangeLog
lisp/mail/smtpmail.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2012-01-07 00:26:10 +0000
+++ b/lisp/ChangeLog 2012-01-07 05:34:30 +0000
@@ -1,3 +1,8 @@
+2012-01-07 Lars Magne Ingebrigtsen <address@hidden>
+
+ * mail/smtpmail.el (password-cache-add): Removed unused declaration.
+ (password-read): Don't autoload unused function.
+
2012-01-07 Juanma Barranquero <address@hidden>
* progmodes/which-func.el (which-func-mode): Turn into a
=== modified file 'lisp/mail/smtpmail.el'
--- a/lisp/mail/smtpmail.el 2012-01-05 09:46:05 +0000
+++ b/lisp/mail/smtpmail.el 2012-01-07 05:34:30 +0000
@@ -60,7 +60,6 @@
(autoload 'message-make-date "message")
(autoload 'message-make-message-id "message")
(autoload 'rfc2104-hash "rfc2104")
-(autoload 'password-read "password-cache")
;;;
(defgroup smtpmail nil
@@ -470,9 +469,6 @@
(push el2 result)))
(nreverse result)))
-;; `password-read' autoloads password-cache.
-(declare-function password-cache-add "password-cache" (key password))
-
(defun smtpmail-command-or-throw (process string &optional code)
(let (ret)
(smtpmail-send-command process string)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r106809: Remove some unused password-related autoloads,
Lars Magne Ingebrigtsen <=