Mercurial > hg > xemacs-beta
comparison lisp/modes/mail-abbrevs.el @ 16:0293115a14e9 r19-15b91
Import from CVS: tag r19-15b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:49:20 +0200 |
parents | 49a24b4fd526 |
children | ec9a17fef872 |
comparison
equal
deleted
inserted
replaced
15:ad457d5f7d04 | 16:0293115a14e9 |
---|---|
15 ;; WITHOUT ANY WARRANTY; without even the implied warranty of | 15 ;; WITHOUT ANY WARRANTY; without even the implied warranty of |
16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
17 ;; General Public License for more details. | 17 ;; General Public License for more details. |
18 | 18 |
19 ;; You should have received a copy of the GNU General Public License | 19 ;; You should have received a copy of the GNU General Public License |
20 ;; along with XEmacs; see the file COPYING. If not, write to the Free | 20 ;; along with XEmacs; see the file COPYING. If not, write to the |
21 ;; Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 21 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
22 ;; Boston, MA 02111-1307, USA. | |
22 | 23 |
23 ;;; This file ensures that, when the point is in a To:, CC:, BCC:, or From: | 24 ;;; This file ensures that, when the point is in a To:, CC:, BCC:, or From: |
24 ;;; field, word-abbrevs are defined for each of your mail aliases. These | 25 ;;; field, word-abbrevs are defined for each of your mail aliases. These |
25 ;;; aliases will be defined from your .mailrc file (or the file specified by | 26 ;;; aliases will be defined from your .mailrc file (or the file specified by |
26 ;;; the MAILRC environment variable) if it exists. Your mail aliases will | 27 ;;; the MAILRC environment variable) if it exists. Your mail aliases will |