diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-04-20 14:18:34 -0300 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-04-20 14:18:34 -0300 |
commit | bed7f14004246c8ade77a48f79f0cc48f2ca74f7 (patch) | |
tree | 0714be284c1fc3d9452233131597fa3a9a7730da /lisp/obsolete/scribe.el | |
parent | b2e59ad27f0e26709d0e89c13d4b58d9b5033851 (diff) | |
download | emacs-bed7f14004246c8ade77a48f79f0cc48f2ca74f7.tar.gz emacs-bed7f14004246c8ade77a48f79f0cc48f2ca74f7.tar.bz2 emacs-bed7f14004246c8ade77a48f79f0cc48f2ca74f7.zip |
* lisp/obsolete/erc-hecomplete.el: Make obsolete.
* obsolete/: Standardize obsolescence info in the header.
Diffstat (limited to 'lisp/obsolete/scribe.el')
-rw-r--r-- | lisp/obsolete/scribe.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/obsolete/scribe.el b/lisp/obsolete/scribe.el index 3f543b38e44..1fbc9bc4158 100644 --- a/lisp/obsolete/scribe.el +++ b/lisp/obsolete/scribe.el @@ -6,6 +6,7 @@ ;; (according to ack.texi) ;; Maintainer: FSF ;; Keywords: wp +;; Obsolete-since: 22.1 ;; This file is part of GNU Emacs. @@ -24,8 +25,6 @@ ;;; Commentary: -;; This file has been obsolete since Emacs 22.1. - ;; A major mode for editing source in written for the Scribe text formatter. ;; Knows about Scribe syntax and standard layout rules. The command to ;; run Scribe on a buffer is bogus; someone interested should fix it. |