diff options
| -rw-r--r-- | lisp/emulation/viper-keym.el | 2 | ||||
| -rw-r--r-- | lisp/emulation/viper-macs.el | 2 | ||||
| -rw-r--r-- | lisp/emulation/viper-mous.el | 2 | ||||
| -rw-r--r-- | lisp/emulation/viper-util.el | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/lisp/emulation/viper-keym.el b/lisp/emulation/viper-keym.el index eb23130c44a..2e59a7b87ff 100644 --- a/lisp/emulation/viper-keym.el +++ b/lisp/emulation/viper-keym.el | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | ;;; viper-keym.el -- Main Viper keymaps | 1 | ;;; viper-keym.el -- Main Viper keymaps |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 4 | 6 | ||
| 5 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 7 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
diff --git a/lisp/emulation/viper-macs.el b/lisp/emulation/viper-macs.el index 289cfd9d0a3..1b001636100 100644 --- a/lisp/emulation/viper-macs.el +++ b/lisp/emulation/viper-macs.el | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | ;;; viper-macs.el -- functions implementing keyboard macros for Viper | 1 | ;;; viper-macs.el -- functions implementing keyboard macros for Viper |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 4 | 6 | ||
| 5 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 7 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
diff --git a/lisp/emulation/viper-mous.el b/lisp/emulation/viper-mous.el index df2679d82a0..e3a31abc855 100644 --- a/lisp/emulation/viper-mous.el +++ b/lisp/emulation/viper-mous.el | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | ;;; viper-mous.el -- Mouse support for Viper | 1 | ;;; viper-mous.el -- Mouse support for Viper |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 4 | 6 | ||
| 5 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 7 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
diff --git a/lisp/emulation/viper-util.el b/lisp/emulation/viper-util.el index 8f9d3491aae..542b0523494 100644 --- a/lisp/emulation/viper-util.el +++ b/lisp/emulation/viper-util.el | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | ;;; viper-util.el --- Utilities used by viper.el | 1 | ;;; viper-util.el --- Utilities used by viper.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 4 | 6 | ||
| 5 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 7 | ;; GNU Emacs is free software; you can redistribute it and/or modify |