RSS

(root)/rudel/trunk : 266 : rudel-overlay.el

« back to all changes in this revision

Viewing changes to rudel-overlay.el

Phil Hagelberg
2009-10-12 21:57:34
Revision ID: technomancy@gmail.com-20091012215734-n6nxw661gw9wzqh1
  * rudel-mode.el, rudel-overlay.el: Move use of :safe flag from
    defcustom to a separate put. Required for Emacs 22 compatibility.

Show diffs side-by-side

added added

removed removed

50
50
  :set     (lambda (symbol value)
51
51
             (set-default symbol value)
52
52
             (when (featurep 'rudel-overlay)
53
 
               (rudel-overlay-options-changed)))
54
 
  :safe    t)
 
53
               (rudel-overlay-options-changed))))
 
54
 
 
55
(put 'rudel-overlay-author-display 'safe-local-variable t)
55
56
 
56
57
(defface rudel-author-overlay-face
57
58
  '((default (:background "black")))

Loggerhead 1.17 is a web-based interface for Bazaar branches