1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

Follow coding conventions.

This commit is contained in:
Pavel Janík 2002-05-02 05:41:46 +00:00
parent e3f5ce5624
commit 307645975c
14 changed files with 28 additions and 1 deletions

View File

@ -4,6 +4,7 @@
;; Author: K. Shane Hartman
;; Maintainer: FSF
;; Keywords: convenience
;; This file is part of GNU Emacs.

View File

@ -3,6 +3,7 @@
;; Copyright (C) 1986, 1989, 1993, 1997 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: convenience files
;; This file is part of GNU Emacs.

View File

@ -1,7 +1,10 @@
;;; syntax.el --- Helper functions to find syntactic context
;;; syntax.el --- helper functions to find syntactic context
;; Copyright (C) 2000 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: internal
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -22,6 +22,9 @@
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
;;; Commentary:
;;; Code:
(provide 'cua-gmrk)

View File

@ -28,6 +28,10 @@
;; GNU emacs rect.el package and the the rect-mark.el package by Rick
;; Sladkey <jrs@world.std.com>.
;;; Commentary:
;;; Code:
(provide 'cua-rect)
(eval-when-compile

View File

@ -4,6 +4,7 @@
;; Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: internal
;; This file is part of GNU Emacs.

View File

@ -3,6 +3,7 @@
;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: internal
;; This file is part of GNU Emacs.

View File

@ -23,6 +23,8 @@
;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
;;; Commentary:
;;; Code:
(eval-when-compile

View File

@ -3,6 +3,7 @@
;; Copyright (C) 1989 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: convenience
;; This file is part of GNU Emacs.

View File

@ -3,6 +3,8 @@
;; Copyright (C) 1985, 86, 87, 92, 94, 96, 1997, 2000, 2001, 2002
;; Free Software Foundation, Inc.
;; Maintainer: FSF
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -1,5 +1,6 @@
;;; select.el --- lisp portion of standard selection support
;; Maintainer: FSF
;; Keywords: internal
;; Copyright (c) 1993, 1994 Free Software Foundation, Inc.

View File

@ -3,6 +3,9 @@
;; Copyright (C) 1985, 86, 87, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002
;; Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: internal
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -3,6 +3,9 @@
;; Copyright (C) 1985, 86, 92, 94, 95, 99, 2000, 2001, 2002
;; Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: internal
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -2,6 +2,7 @@
;; Copyright (C) 1995 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: comm, frames
;; This file is part of GNU Emacs.