/[emacs]/emacs/lisp/textmodes/tildify.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/tildify.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by ttn, Sat Aug 6 17:41:16 2005 UTC revision 1.12 by deego, Sun Sep 18 12:28:30 2005 UTC
# Line 222  This function performs no refilling of t Line 222  This function performs no refilling of t
222                        (if (> (point) (marker-position marker-end))                        (if (> (point) (marker-position marker-end))
223                            (setq finish t))                            (setq finish t))
224                      (message                      (message
225                       (format "End of environment not found: %s" end-env))                       "End of environment not found: %s" end-env)
226                      (setq finish t))))))                      (setq finish t))))))
227        ;; No ignored environments, tildify directly        ;; No ignored environments, tildify directly
228        (tildify-tildify beg end ask)))        (tildify-tildify beg end ask)))
229    (message (format "%d spaces replaced." tildify-count)))    (message "%d spaces replaced." tildify-count))
230    
231  ;;;###autoload  ;;;###autoload
232  (defun tildify-buffer ()  (defun tildify-buffer ()

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26