diff options
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/newsticker.el | 8 | ||||
-rw-r--r-- | lisp/net/rfc2104.el | 2 | ||||
-rw-r--r-- | lisp/net/sieve-mode.el | 5 | ||||
-rw-r--r-- | lisp/net/webjump.el | 1 |
4 files changed, 0 insertions, 16 deletions
diff --git a/lisp/net/newsticker.el b/lisp/net/newsticker.el index 535122a31fb..c949915845b 100644 --- a/lisp/net/newsticker.el +++ b/lisp/net/newsticker.el @@ -78,14 +78,6 @@ ;; Installation ;; ------------ -;; If you are using Newsticker as part of GNU Emacs there is no need to -;; perform any installation steps in order to use Newsticker. Otherwise -;; place Newsticker in a directory where Emacs can find it. Add the -;; following line to your init file: -;; (add-to-list 'load-path "/path/to/newsticker/") -;; (autoload 'newsticker-start "newsticker" "Emacs Newsticker" t) -;; (autoload 'newsticker-show-news "newsticker" "Emacs Newsticker" t) - ;; If you are using `imenu', which allows for navigating with the help of a ;; menu, you should add the following to your Emacs startup file ;; (`~/.emacs'). diff --git a/lisp/net/rfc2104.el b/lisp/net/rfc2104.el index 50d54761b12..b008c9ac927 100644 --- a/lisp/net/rfc2104.el +++ b/lisp/net/rfc2104.el @@ -26,11 +26,9 @@ ;; ;; Example: ;; -;; (require 'md5) ;; (rfc2104-hash 'md5 64 16 "Jefe" "what do ya want for nothing?") ;; "750c783e6ab0b503eaa86e310a5db738" ;; -;; (require 'sha1) ;; (rfc2104-hash 'sha1 64 20 "Jefe" "what do ya want for nothing?") ;; "effcdf6ae5eb2fa2d27416d5f184df9c259a7c79" ;; diff --git a/lisp/net/sieve-mode.el b/lisp/net/sieve-mode.el index 7475a7b59d5..c5f44917919 100644 --- a/lisp/net/sieve-mode.el +++ b/lisp/net/sieve-mode.el @@ -26,11 +26,6 @@ ;; sieve-style #-comments and a lightly hacked syntax table. It was ;; strongly influenced by awk-mode.el. ;; -;; Put something similar to the following in your .emacs to use this file: -;; -;; (load "~/lisp/sieve") -;; (setq auto-mode-alist (cons '("\\.siv\\'" . sieve-mode) auto-mode-alist)) -;; ;; References: ;; ;; RFC 3028, diff --git a/lisp/net/webjump.el b/lisp/net/webjump.el index 8bb156199c5..9fbc434760c 100644 --- a/lisp/net/webjump.el +++ b/lisp/net/webjump.el @@ -40,7 +40,6 @@ ;; You may wish to add something like the following to your init file: ;; -;; (require 'webjump) ;; (global-set-key "\C-cj" 'webjump) ;; (setq webjump-sites ;; (append '( |