Some fixes to follow coding conventions.

This commit is contained in:
Pavel Janík 2001-07-16 12:23:00 +00:00
parent 4cba8c0bdc
commit e8af40eed4
147 changed files with 455 additions and 323 deletions

View file

@ -1,4 +1,4 @@
;;; autoload.el --- maintain autoloads in loaddefs.el.
;;; autoload.el --- maintain autoloads in loaddefs.el
;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2001
;; Free Software Foundation, Inc.

View file

@ -1,4 +1,4 @@
;;; checkdoc --- Check documentation strings for style requirements
;;; checkdoc.el --- check documentation strings for style requirements
;;; Copyright (C) 1997, 1998, 2001 Free Software Foundation

View file

@ -186,4 +186,3 @@
(provide 'cl-compat)
;;; cl-compat.el ends here

View file

@ -7,7 +7,7 @@
;; LCD Archive Entry:
;; cl-specs.el|Daniel LaLiberte|liberte@holonexus.org
;; |Edebug specs for cl.el
;; |$Date: 2000/04/13 19:10:09 $|1.1|
;; |$Date: 2000/08/15 12:39:03 $|1.1|
;; This file is part of GNU Emacs.
@ -26,13 +26,15 @@
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
;;;; Commentary:
;;; Commentary:
;; These specs are to be used with edebug.el version 3.3 or later and
;; cl.el version 2.03 or later, by Dave Gillespie <daveg@synaptics.com>.
;; This file need not be byte-compiled, but it shouldn't hurt.
;;; Code:
(provide 'cl-specs)
;; Do the above provide before the following require.
;; Otherwise if you load this before edebug if cl is already loaded
@ -468,3 +470,4 @@
(def-edebug-spec loop-d-type-spec
(&or (loop-d-type-spec . [&or nil loop-d-type-spec]) cl-type-spec))
;;; cl-specs.el ends here

View file

@ -165,4 +165,4 @@ copyright, if any, are updated as well."
;; coding: emacs-mule
;; End:
;; copyright.el ends here
;;; copyright.el ends here

View file

@ -1,4 +1,4 @@
;;; cust-print.el --- handles print-level and print-circle.
;;; cust-print.el --- handles print-level and print-circle
;; Copyright (C) 1992 Free Software Foundation, Inc.
@ -689,4 +689,3 @@ See `custom-format' for the details."
(provide 'cust-print)
;;; cust-print.el ends here

View file

@ -1,4 +1,4 @@
;;; easy-mmode.el --- easy definition for major and minor modes.
;;; easy-mmode.el --- easy definition for major and minor modes
;; Copyright (C) 1997,2000 Free Software Foundation, Inc.

View file

@ -1,4 +1,4 @@
;;; elint.el -- Lint Emacs Lisp
;;; elint.el --- Lint Emacs Lisp
;; Copyright (C) 1997 Free Software Foundation, Inc.
@ -806,4 +806,3 @@ If no documentation could be found args will be `unknown'."
(provide 'elint)
;;; elint.el ends here

View file

@ -1,4 +1,4 @@
;;; ewoc.el -- Utility to maintain a view of a list of objects in a buffer
;;; ewoc.el --- utility to maintain a view of a list of objects in a buffer
;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation

View file

@ -43,7 +43,7 @@
;; ("help.el") and `fff-find-loaded-emacs-lisp-function' (Noah Friedman's
;; "fff.el").
;;;; Code:
;;; Code:
(require 'loadhist)

View file

@ -21,7 +21,10 @@
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
;;; Commentary:
;;; Code:
(defgroup pp nil
"Pretty printer for Emacs Lisp."
:prefix "pp-"
@ -162,4 +165,4 @@ Ignores leading comment characters."
(provide 'pp) ; so (require 'pp) works
;;; pp.el ends here.
;;; pp.el ends here

View file

@ -1,4 +1,4 @@
;;; re-builder.el --- Building Regexps with visual feedback
;;; re-builder.el --- building Regexps with visual feedback
;; Copyright (C) 1999, 2000 Free Software Foundation, Inc.

View file

@ -1,4 +1,4 @@
;;; shadow.el --- Locate Emacs Lisp file shadowings.
;;; shadow.el --- locate Emacs Lisp file shadowings
;; Copyright (C) 1995 Free Software Foundation, Inc.

View file

@ -606,4 +606,3 @@ has one of the following forms:
(provide 'sregex)
;;; sregex.el ends here