Mercurial > emacs
changeset 7942:bc5dccc5375f
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 17 Jun 1994 20:04:22 +0000 |
parents | 849b6e20bfd7 |
children | 8053544ffe30 |
files | lisp/bookmark.el lisp/complete.el lisp/emacs-lisp/autoload.el lisp/emacs-lisp/cl-compat.el lisp/emacs-lisp/cl-extra.el lisp/emacs-lisp/cl-macs.el lisp/emacs-lisp/cl-seq.el lisp/emacs-lisp/cl.el lisp/mouse-sel.el lisp/rot13.el |
diffstat | 10 files changed, 18 insertions(+), 18 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/bookmark.el Fri Jun 17 20:03:18 1994 +0000 +++ b/lisp/bookmark.el Fri Jun 17 20:04:22 1994 +0000 @@ -67,7 +67,7 @@ ;; Boy, that's a tough one. Probably Hong Min, or maybe Emperor's ;; Choice (both in Chicago's Chinatown). Well, both. How about you? -;;; Commentary on code: +;;; Commentary: ;; bookmark alist format: ;; (...
--- a/lisp/complete.el Fri Jun 17 20:03:18 1994 +0000 +++ b/lisp/complete.el Fri Jun 17 20:04:22 1994 +0000 @@ -22,7 +22,7 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -;; Commentary: +;;; Commentary: ;; Extended completion for the Emacs minibuffer. ;; @@ -94,7 +94,7 @@ ;; is supported in include file names. -;; Code: +;;; Code: (defvar PC-meta-flag t "*If nil, TAB does normal Emacs completion and M-TAB does Partial Completion.
--- a/lisp/emacs-lisp/autoload.el Fri Jun 17 20:03:18 1994 +0000 +++ b/lisp/emacs-lisp/autoload.el Fri Jun 17 20:04:22 1994 +0000 @@ -21,7 +21,7 @@ ;;; 02139, USA. ;;; -;;; Commentary;: +;;; Commentary: ;; This code helps GNU Emacs maintainers keep the loaddefs.el file up to ;; date. It interprets magic cookies of the form ";;;###autoload" in
--- a/lisp/emacs-lisp/cl-compat.el Fri Jun 17 20:03:18 1994 +0000 +++ b/lisp/emacs-lisp/cl-compat.el Fri Jun 17 20:04:22 1994 +0000 @@ -22,7 +22,7 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -;; Commentary: +;;; Commentary: ;; These are extensions to Emacs Lisp that provide a degree of ;; Common Lisp compatibility, beyond what is already built-in @@ -42,7 +42,7 @@ ;; See cl.el for Change Log. -;; Code: +;;; Code: ;; Require at load-time, but not when compiling cl-compat. (or (featurep 'cl) (require 'cl))
--- a/lisp/emacs-lisp/cl-extra.el Fri Jun 17 20:03:18 1994 +0000 +++ b/lisp/emacs-lisp/cl-extra.el Fri Jun 17 20:04:22 1994 +0000 @@ -22,7 +22,7 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -;; Commentary: +;;; Commentary: ;; These are extensions to Emacs Lisp that provide a degree of ;; Common Lisp compatibility, beyond what is already built-in @@ -41,7 +41,7 @@ ;; See cl.el for Change Log. -;; Code: +;;; Code: (or (memq 'cl-19 features) (error "Tried to load `cl-extra' before `cl'!"))
--- a/lisp/emacs-lisp/cl-macs.el Fri Jun 17 20:03:18 1994 +0000 +++ b/lisp/emacs-lisp/cl-macs.el Fri Jun 17 20:04:22 1994 +0000 @@ -22,7 +22,7 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -;; Commentary: +;;; Commentary: ;; These are extensions to Emacs Lisp that provide a degree of ;; Common Lisp compatibility, beyond what is already built-in @@ -43,7 +43,7 @@ ;; See cl.el for Change Log. -;; Code: +;;; Code: (or (memq 'cl-19 features) (error "Tried to load `cl-macs' before `cl'!"))
--- a/lisp/emacs-lisp/cl-seq.el Fri Jun 17 20:03:18 1994 +0000 +++ b/lisp/emacs-lisp/cl-seq.el Fri Jun 17 20:04:22 1994 +0000 @@ -22,7 +22,7 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -;; Commentary: +;;; Commentary: ;; These are extensions to Emacs Lisp that provide a degree of ;; Common Lisp compatibility, beyond what is already built-in @@ -41,7 +41,7 @@ ;; See cl.el for Change Log. -;; Code: +;;; Code: (or (memq 'cl-19 features) (error "Tried to load `cl-seq' before `cl'!"))
--- a/lisp/emacs-lisp/cl.el Fri Jun 17 20:03:18 1994 +0000 +++ b/lisp/emacs-lisp/cl.el Fri Jun 17 20:04:22 1994 +0000 @@ -22,7 +22,7 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -;; Commentary: +;;; Commentary: ;; These are extensions to Emacs Lisp that provide a degree of ;; Common Lisp compatibility, beyond what is already built-in @@ -39,14 +39,14 @@ ;; package which should always be present. -;; Future notes: +;;; Future notes: ;; Once Emacs 19 becomes standard, many things in this package which are ;; messy for reasons of compatibility can be greatly simplified. For now, ;; I prefer to maintain one unified version. -;; Change Log: +;;; Change Log: ;; Version 2.02 (30 Jul 93): ;; * Added "cl-compat.el" file, extra compatibility with old package. @@ -92,7 +92,7 @@ ;; * First public release of this package. -;; Code: +;;; Code: (defvar cl-emacs-type (cond ((or (and (fboundp 'epoch::version) (symbol-value 'epoch::version))
--- a/lisp/mouse-sel.el Fri Jun 17 20:03:18 1994 +0000 +++ b/lisp/mouse-sel.el Fri Jun 17 20:04:22 1994 +0000 @@ -18,7 +18,7 @@ ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. -;;; Commentary: =========================================================== +;;; Commentary: ;; ;; This module provides multi-click mouse support for GNU Emacs versions ;; 19.18 and later. I've tried to make it behave more like standard X
--- a/lisp/rot13.el Fri Jun 17 20:03:18 1994 +0000 +++ b/lisp/rot13.el Fri Jun 17 20:04:22 1994 +0000 @@ -21,7 +21,7 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -;; Commentary: +;;; Commentary: ;; The single entry point, `rot13-other-window', performs a Caesar cipher ;; encrypt/decrypt on the current buffer and displays the result in another