comparison lisp/obsolete/auto-show.el @ 49598:0d8b17d428b5

Trailing whitepace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 13:24:35 +0000
parents 253f761ad37b
children 695cf19ef79e
comparison
equal deleted inserted replaced
49597:e88404e8f2cf 49598:0d8b17d428b5
25 "Obsolete." 25 "Obsolete."
26 :version "20.4" 26 :version "20.4"
27 :type 'boolean 27 :type 'boolean
28 :group 'auto-show) 28 :group 'auto-show)
29 29
30 (defcustom auto-show-shift-amount 8 30 (defcustom auto-show-shift-amount 8
31 "*Obsolete." 31 "*Obsolete."
32 :type 'integer 32 :type 'integer
33 :group 'auto-show) 33 :group 'auto-show)
34 34
35 (defcustom auto-show-show-left-margin-threshold 50 35 (defcustom auto-show-show-left-margin-threshold 50
39 39
40 ;;;###autoload 40 ;;;###autoload
41 (defun auto-show-mode (arg) 41 (defun auto-show-mode (arg)
42 "This command is obsolete." 42 "This command is obsolete."
43 (interactive "P")) 43 (interactive "P"))
44 44
45 (defun auto-show-make-point-visible (&optional ignore-arg) 45 (defun auto-show-make-point-visible (&optional ignore-arg)
46 "This command is obsolete." 46 "This command is obsolete."
47 (interactive)) 47 (interactive))
48 48
49 (provide 'auto-show) 49 (provide 'auto-show)