diff options
| author | Juanma Barranquero | 2003-02-04 12:29:42 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-02-04 12:29:42 +0000 |
| commit | f1180544bb5ff44cdb45b8734734294b0a2fa7a4 (patch) | |
| tree | 626b0db999b924834efc1f437eb47776ea6bd797 /lisp/master.el | |
| parent | 37d1e6800ca66b7977ebafb51ddb31a9de077e15 (diff) | |
| download | emacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.tar.gz emacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.zip | |
Trailing whitespace deleted.
Diffstat (limited to 'lisp/master.el')
| -rw-r--r-- | lisp/master.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/master.el b/lisp/master.el index 115823e3087..2ef728cdcdf 100644 --- a/lisp/master.el +++ b/lisp/master.el | |||
| @@ -51,14 +51,14 @@ | |||
| 51 | ;; Rob Riepel <networking.stanford.edu> | 51 | ;; Rob Riepel <networking.stanford.edu> |
| 52 | 52 | ||
| 53 | ;;; History: | 53 | ;;; History: |
| 54 | ;; | 54 | ;; |
| 55 | 55 | ||
| 56 | ;;; Code: | 56 | ;;; Code: |
| 57 | 57 | ||
| 58 | (require 'easy-mmode) | 58 | (require 'easy-mmode) |
| 59 | 59 | ||
| 60 | ;; Variables that don't need initialization. | 60 | ;; Variables that don't need initialization. |
| 61 | 61 | ||
| 62 | (defvar master-of nil | 62 | (defvar master-of nil |
| 63 | "Slave buffer of the current buffer. See `master-mode'. | 63 | "Slave buffer of the current buffer. See `master-mode'. |
| 64 | You can set this variable using `master-set-slave'.") | 64 | You can set this variable using `master-set-slave'.") |