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

Diff of /erbot/erbc6.el

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

revision 1.8 by deego, Sat Jan 1 04:37:31 2005 UTC revision 1.9 by deego, Fri Jul 1 17:00:48 2005 UTC
# Line 1  Line 1 
1  ;;; erbc6.el --- fsbot functions contributed by freenode users, esp. #emacsers.  ;;; erbc6.el --- fsbot functions contributed by freenode users, esp. #emacsers.
2  ;; Time-stamp: <2004-12-31 22:40:24 deego>  ;; Time-stamp: <2005-07-01 12:59:50 deego>
3  ;; Copyright (C) 2003 D. Goel  ;; Copyright (C) 2003 D. Goel
4  ;; Emacs Lisp Archive entry  ;; Emacs Lisp Archive entry
5  ;; Filename: erbc6.el  ;; Filename: erbc6.el
# Line 63  Coded by bojohann on #emacs." Line 63  Coded by bojohann on #emacs."
63      ((eq sym 'v)      ((eq sym 'v)
64       (apply 'fs-dv thing))))       (apply 'fs-dv thing))))
65    
66    
67    (defun fsi-wtf-is (&optional term &rest args)
68      (unless term
69        (error "Syntax: wtf TERM"))
70      (require 'wtf)
71      (funcall 'wtf-is (format "%s" term)))
72    
73    
74    
75    (defalias 'fsi-wtf 'fsi-wtf-is)
76    
77    
78  (provide 'erbc6)  (provide 'erbc6)
79  (run-hooks 'erbc6-after-load-hook)  (run-hooks 'erbc6-after-load-hook)
80    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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