comparison lisp/master.el @ 49597:e88404e8f2cf

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 12:29:42 +0000
parents cda3b5a94201
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
49596:b06535145619 49597:e88404e8f2cf
49 ;;; Thanks to all the people who helped me out: 49 ;;; Thanks to all the people who helped me out:
50 ;; 50 ;;
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'.")
65 65
66 (defvar master-set-slave-hook nil 66 (defvar master-set-slave-hook nil