diff options
| author | Michael Albinus | 2010-03-13 21:33:54 +0100 |
|---|---|---|
| committer | Michael Albinus | 2010-03-13 21:33:54 +0100 |
| commit | 7725ebb79404d8ea340632b4cc045e768b59d1ff (patch) | |
| tree | 630b153c44950f6781a75300623be863bf805a99 /lisp/Makefile.in | |
| parent | cef3058fee82cbd5b7dc3112250f4735c76f8fbf (diff) | |
| download | emacs-7725ebb79404d8ea340632b4cc045e768b59d1ff.tar.gz emacs-7725ebb79404d8ea340632b4cc045e768b59d1ff.zip | |
* etc/NEWS: Add secrets.el.
* lisp/Makefile.in (ELCFILES): Add net/secrets.elc.
* lisp/net/secrets.el: New file.
Diffstat (limited to 'lisp/Makefile.in')
| -rw-r--r-- | lisp/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 82200009a1e..ddec46405a6 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -1030,6 +1030,7 @@ ELCFILES = \ | |||
| 1030 | $(lisp)/net/sasl-digest.elc \ | 1030 | $(lisp)/net/sasl-digest.elc \ |
| 1031 | $(lisp)/net/sasl-ntlm.elc \ | 1031 | $(lisp)/net/sasl-ntlm.elc \ |
| 1032 | $(lisp)/net/sasl.elc \ | 1032 | $(lisp)/net/sasl.elc \ |
| 1033 | $(lisp)/net/secrets.elc \ | ||
| 1033 | $(lisp)/net/snmp-mode.elc \ | 1034 | $(lisp)/net/snmp-mode.elc \ |
| 1034 | $(lisp)/net/socks.elc \ | 1035 | $(lisp)/net/socks.elc \ |
| 1035 | $(lisp)/net/telnet.elc \ | 1036 | $(lisp)/net/telnet.elc \ |