diff options
| author | Pavel Janík | 2002-05-02 05:41:46 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-05-02 05:41:46 +0000 |
| commit | 307645975cf9964740f4de544718f3f344a0c99c (patch) | |
| tree | 47fc07d08ddd76697efb0f209c0c68638ddc99b8 /lisp/emulation | |
| parent | e3f5ce5624f1204a834a5fe1a6c4e77f54057143 (diff) | |
| download | emacs-307645975cf9964740f4de544718f3f344a0c99c.tar.gz emacs-307645975cf9964740f4de544718f3f344a0c99c.zip | |
Follow coding conventions.
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/cua-gmrk.el | 3 | ||||
| -rw-r--r-- | lisp/emulation/cua-rect.el | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/emulation/cua-gmrk.el b/lisp/emulation/cua-gmrk.el index 2ae7dc6dc65..a1e9d312bdd 100644 --- a/lisp/emulation/cua-gmrk.el +++ b/lisp/emulation/cua-gmrk.el | |||
| @@ -22,6 +22,9 @@ | |||
| 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 23 | ;; Boston, MA 02111-1307, USA. | 23 | ;; Boston, MA 02111-1307, USA. |
| 24 | 24 | ||
| 25 | ;;; Commentary: | ||
| 26 | |||
| 27 | ;;; Code: | ||
| 25 | 28 | ||
| 26 | (provide 'cua-gmrk) | 29 | (provide 'cua-gmrk) |
| 27 | 30 | ||
diff --git a/lisp/emulation/cua-rect.el b/lisp/emulation/cua-rect.el index 009dfde71d8..777fefa58eb 100644 --- a/lisp/emulation/cua-rect.el +++ b/lisp/emulation/cua-rect.el | |||
| @@ -28,6 +28,10 @@ | |||
| 28 | ;; GNU emacs rect.el package and the the rect-mark.el package by Rick | 28 | ;; GNU emacs rect.el package and the the rect-mark.el package by Rick |
| 29 | ;; Sladkey <jrs@world.std.com>. | 29 | ;; Sladkey <jrs@world.std.com>. |
| 30 | 30 | ||
| 31 | ;;; Commentary: | ||
| 32 | |||
| 33 | ;;; Code: | ||
| 34 | |||
| 31 | (provide 'cua-rect) | 35 | (provide 'cua-rect) |
| 32 | 36 | ||
| 33 | (eval-when-compile | 37 | (eval-when-compile |