Mercurial > emacs
diff lisp/textmodes/tildify.el @ 49599:5ade352e8d1c
Trailing whitespace deleted.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 04 Feb 2003 13:30:45 +0000 |
parents | 30dfcb85b1ca |
children | 695cf19ef79e d7ddb3e565de |
line wrap: on
line diff
--- a/lisp/textmodes/tildify.el Tue Feb 04 13:24:35 2003 +0000 +++ b/lisp/textmodes/tildify.el Tue Feb 04 13:30:45 2003 +0000 @@ -107,7 +107,7 @@ 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,7 +226,7 @@ ;; 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,7 +262,7 @@ (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