diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 22:12:04 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 22:12:04 +0000 |
commit | 6594deb0dcec8f1a663fc47b0588a7b4c935a6c5 (patch) | |
tree | 29925fd14277477ef3fa88270c19785985926c04 /lisp/textmodes/page-ext.el | |
parent | c88ab9ce4a0dbacb1f5bd272c1e7419f1e0f4b9d (diff) | |
download | emacs-6594deb0dcec8f1a663fc47b0588a7b4c935a6c5.tar.gz emacs-6594deb0dcec8f1a663fc47b0588a7b4c935a6c5.tar.bz2 emacs-6594deb0dcec8f1a663fc47b0588a7b4c935a6c5.zip |
*** empty log message ***
Diffstat (limited to 'lisp/textmodes/page-ext.el')
-rw-r--r-- | lisp/textmodes/page-ext.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/textmodes/page-ext.el b/lisp/textmodes/page-ext.el index c17fa187551..13f331c4312 100644 --- a/lisp/textmodes/page-ext.el +++ b/lisp/textmodes/page-ext.el @@ -1,6 +1,5 @@ -;;;; page-ext.el +;;; page-ext.el --- page handling commands -;;; Page handling commands ;;; by Robert J. Chassell ;;; You may use these commands to handle an address list or other @@ -742,4 +741,5 @@ to the same line in the pages buffer." (make-local-variable 'pages-pos-list) (make-local-variable 'pages-directory-buffer-narrowing-p)) -;;;;;;;;;;;;;;;; end of page-ext.el ;;;;;;;;;;;;;;;; +;;; page-ext.el ends here + |