/[erbot]/erbot/erbc.el
ViewVC logotype

Diff of /erbot/erbc.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.103 by deego, Wed Apr 6 19:35:49 2005 UTC revision 1.104 by deego, Thu Apr 7 14:07:56 2005 UTC
# Line 1  Line 1 
1  ;;; erbc.el --- Erbot user-interface commands.  ;;; erbc.el --- Erbot user-interface commands.
2  ;; Time-stamp: <2005-04-06 15:32:16 deego>  ;; Time-stamp: <2005-04-07 10:06:50 deego>
3  ;; Copyright (C) 2002 D. Goel  ;; Copyright (C) 2002 D. Goel
4  ;; Emacs Lisp Archive entry  ;; Emacs Lisp Archive entry
5  ;; Filename: erbc.el  ;; Filename: erbc.el
# Line 3586  number N, and ending at M-1. The first r Line 3586  number N, and ending at M-1. The first r
3586    
3587  (defalias 'fs-go 'fs-google-octave)  (defalias 'fs-go 'fs-google-octave)
3588    
3589    (defun fs-google-wikipedia-english (&rest args)
3590      "Google on the emacswiki site."
3591      (fs-google-with-options "site:en.wikipedia.org" args))
3592    
3593    
3594    
3595  (defun fs-google-wikipedia (&rest args)  (defun fs-google-wikipedia (&rest args)
3596    "Google on the emacswiki site."    "Google on the emacswiki site."
3597    (fs-google-with-options "site:wikipedia.org" args))    (fs-google-with-options "site:wikipedia.org" args))
3598    
   
3599  (defun fs-google-gnufans-net (&rest args)  (defun fs-google-gnufans-net (&rest args)
3600    "Google on gnufans.net."    "Google on gnufans.net."
3601    (fs-google-with-options "site:gnufans.net" args))    (fs-google-with-options "site:gnufans.net" args))
# Line 4630  See: http://www.w3.org/Security/faq/wwws Line 4635  See: http://www.w3.org/Security/faq/wwws
4635  (defalias 'fs-gs 'fs-google-sl4)  (defalias 'fs-gs 'fs-google-sl4)
4636    
4637  (defalias 'fs-gw 'fs-google-wikipedia)  (defalias 'fs-gw 'fs-google-wikipedia)
4638    (defalias 'fs-gwe 'fs-google-wikipedia-english)
4639  (defalias 'fs-gh 'fs-google-hurdwiki)  (defalias 'fs-gh 'fs-google-hurdwiki)
4640  (defalias 'fs-gm 'fs-google-meatball)  (defalias 'fs-gm 'fs-google-meatball)
4641  (defalias 'fs-gnufans 'fs-google-gnufans-net)  (defalias 'fs-gnufans 'fs-google-gnufans-net)

Legend:
Removed from v.1.103  
changed lines
  Added in v.1.104

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26