aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/master.el
diff options
context:
space:
mode:
authorJuanma Barranquero2003-02-04 12:29:42 +0000
committerJuanma Barranquero2003-02-04 12:29:42 +0000
commitf1180544bb5ff44cdb45b8734734294b0a2fa7a4 (patch)
tree626b0db999b924834efc1f437eb47776ea6bd797 /lisp/master.el
parent37d1e6800ca66b7977ebafb51ddb31a9de077e15 (diff)
downloademacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.tar.gz
emacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.zip
Trailing whitespace deleted.
Diffstat (limited to 'lisp/master.el')
-rw-r--r--lisp/master.el4
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'.
64You can set this variable using `master-set-slave'.") 64You can set this variable using `master-set-slave'.")