diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-16 06:28:10 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-16 06:28:10 +0000 |
commit | 282d89c00d827cc25d77849ac23e919cbeabd045 (patch) | |
tree | 4723478b7434e1d7b13e6a35a66b459793768559 /lisp/superyank.el | |
parent | 841763034cba0e8e751fe510082babacfd83c2a5 (diff) | |
download | emacs-282d89c00d827cc25d77849ac23e919cbeabd045.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/superyank.el')
-rw-r--r-- | lisp/superyank.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/superyank.el b/lisp/superyank.el index 9746b22a450..c6650468382 100644 --- a/lisp/superyank.el +++ b/lisp/superyank.el @@ -48,7 +48,7 @@ ;; modified: 12-Apr-1989 baw (incorp other mail yank features seen on net) ;; created : 16-Feb-1989 baw (mod vanilla fn indent-rigidly mail-yank-original) -;; Though I wrote this package basically from scratch, as an elisp +;; Though I wrote this package basically from scratch, as an Emacs Lisp ;; learning exercise, it was inspired by postings of similar packages to ;; the gnu.emacs newsgroup over the past month or so. ;; |