~ubuntu-branches/ubuntu/natty/vm/natty

« back to all changes in this revision

Viewing changes to debian/examples/dot.abbrevs

  • Committer: Bazaar Package Importer
  • Author(s): Manoj Srivastava
  • Date: 2002-03-06 00:46:29 UTC
  • Revision ID: james.westby@ubuntu.com-20020306004629-d6hkaca872wyesmc
Tags: 7.03-1
* fixed defcustom syntax errors.
* minor compiler error cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
;-*-emacs-lisp-*-
 
2
;
 
3
; Rather than editing abbrevs files directly, it's better to use
 
4
; commands like M-X define-mail-abbrev and M-X edit-abbrevs, then save
 
5
; them back with M-X write-abbrev-file
 
6
;
 
7
; (err, this may not be the best way to do it.  Watch this space.)
 
8
;
 
9
 
 
10
(define-abbrev-table 'mail-abbrevs '(
 
11
    ("debian-bugs-done" "debian-bugs-done@pixar.com" mail-abbrev-expand-hook 0)
 
12
    ("debian-announce" "debian-announce@pixar.com" mail-abbrev-expand-hook 0)
 
13
    ("debian-user" "debian-user@pixar.com" mail-abbrev-expand-hook 0)
 
14
    ("debian-devel" "debian-devel@pixar.com" mail-abbrev-expand-hook 0)
 
15
    ("rjk" "Richard Kettlewell <richard@elmail.co.uk>" mail-abbrev-expand-hook 0)
 
16
    ))