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

Diff of /erbot/erbutils.el

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

revision 1.22 by pkazmier, Sat Jan 8 16:33:02 2005 UTC revision 1.23 by deego, Sat Jan 8 17:53:08 2005 UTC
# Line 1  Line 1 
1  ;;; erbutils.el ---  ;;; erbutils.el ---
2  ;; Time-stamp: <2005-01-07 22:18:32 deego>  ;; Time-stamp: <2005-01-08 12:52:29 deego>
3  ;; Copyright (C) 2002 D. Goel  ;; Copyright (C) 2002 D. Goel
4  ;; Emacs Lisp Archive entry  ;; Emacs Lisp Archive entry
5  ;; Filename: erbutils.el  ;; Filename: erbutils.el
# Line 677  lisp file, else error. " Line 677  lisp file, else error. "
677  (defun erbutils-concat-symbols (&rest args)  (defun erbutils-concat-symbols (&rest args)
678    "Like `concat' but applies to symbols, and returns an interned    "Like `concat' but applies to symbols, and returns an interned
679  concatted symbol.  Also see fsbot's  concatted symbol.  Also see fsbot's
680  `erbnoc-command-list-from-prefix'.    `erbn-command-list-from-prefix'.  
681    
682  Thanks to edrx on #emacs for suggesting 'symbol-name.."  Thanks to edrx on #emacs for suggesting 'symbol-name.."
683    (let* ((strings (mapcar 'symbol-name args))    (let* ((strings (mapcar 'symbol-name args))

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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