emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/glasses.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/glasses.el
Date: Mon, 04 Apr 2005 05:23:59 -0400

Index: emacs/lisp/progmodes/glasses.el
diff -c emacs/lisp/progmodes/glasses.el:1.10 
emacs/lisp/progmodes/glasses.el:1.11
*** emacs/lisp/progmodes/glasses.el:1.10        Mon Sep  1 15:45:35 2003
--- emacs/lisp/progmodes/glasses.el     Mon Apr  4 09:23:59 2005
***************
*** 1,6 ****
  ;;; glasses.el --- make cantReadThis readable
  
! ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
  
  ;; Author: Milan Zamazal <address@hidden>
  ;; Maintainer: Milan Zamazal <address@hidden>
--- 1,6 ----
  ;;; glasses.el --- make cantReadThis readable
  
! ;; Copyright (C) 1999, 2000, 2001, 2005 Free Software Foundation, Inc.
  
  ;; Author: Milan Zamazal <address@hidden>
  ;; Maintainer: Milan Zamazal <address@hidden>
***************
*** 251,257 ****
    "Minor mode for making identifiers likeThis readable.
  When this mode is active, it tries to add virtual separators (like 
underscores)
  at places they belong to."
!   nil " o^o" nil
    (save-excursion
      (save-restriction
        (widen)
--- 251,257 ----
    "Minor mode for making identifiers likeThis readable.
  When this mode is active, it tries to add virtual separators (like 
underscores)
  at places they belong to."
!   :group 'glasses :lighter " o^o"
    (save-excursion
      (save-restriction
        (widen)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]