emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/textmodes/tildify.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/tildify.el
Date: Tue, 04 Feb 2003 08:30:50 -0500

Index: emacs/lisp/textmodes/tildify.el
diff -c emacs/lisp/textmodes/tildify.el:1.7 emacs/lisp/textmodes/tildify.el:1.8
*** emacs/lisp/textmodes/tildify.el:1.7 Sat Mar  2 15:39:50 2002
--- emacs/lisp/textmodes/tildify.el     Tue Feb  4 08:30:45 2003
***************
*** 107,113 ****
  mode, the item for the mode SYMBOL is looked up in the alist instead."
    :group 'tildify
    :type '(repeat (cons symbol (choice string symbol))))
!      
  (defcustom tildify-ignored-environments-alist
    '((latex-mode
       ("\\\\\\\\" . "")                ; do not remove this
--- 107,113 ----
  mode, the item for the mode SYMBOL is looked up in the alist instead."
    :group 'tildify
    :type '(repeat (cons symbol (choice string symbol))))
! 
  (defcustom tildify-ignored-environments-alist
    '((latex-mode
       ("\\\\\\\\" . "")                ; do not remove this
***************
*** 226,232 ****
        ;; No ignored environments, tildify directly
        (tildify-tildify beg end ask)))
    (message (format "%d spaces replaced." tildify-count)))
!             
  ;;;###autoload
  (defun tildify-buffer ()
    "Add hard spaces in the current buffer.
--- 226,232 ----
        ;; No ignored environments, tildify directly
        (tildify-tildify beg end ask)))
    (message (format "%d spaces replaced." tildify-count)))
! 
  ;;;###autoload
  (defun tildify-buffer ()
    "Add hard spaces in the current buffer.
***************
*** 262,268 ****
             (symbolp alist))
        (tildify-mode-alist mode-alist alist)
        alist)))
!   
  (defun tildify-find-env (regexp)
    "Find environment using REGEXP.
  Return regexp for the end of the environment or nil if no environment was
--- 262,268 ----
             (symbolp alist))
        (tildify-mode-alist mode-alist alist)
        alist)))
! 
  (defun tildify-find-env (regexp)
    "Find environment using REGEXP.
  Return regexp for the end of the environment or nil if no environment was




reply via email to

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