diff options
author | Jim Blandy <jimb@redhat.com> | 1991-05-09 21:50:55 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1991-05-09 21:50:55 +0000 |
commit | f9f9507e1d3202408b73b0c32a6e504502a70d5e (patch) | |
tree | f53ad33f6276bfcd7d883fc82c7a6f8795c80f6a /lisp/textmodes/underline.el | |
parent | 745bc783eb8bd84b07a7d512660947ec214e71eb (diff) | |
download | emacs-f9f9507e1d3202408b73b0c32a6e504502a70d5e.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/textmodes/underline.el')
-rw-r--r-- | lisp/textmodes/underline.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/textmodes/underline.el b/lisp/textmodes/underline.el index 4a9f3dfa823..89edcfefe34 100644 --- a/lisp/textmodes/underline.el +++ b/lisp/textmodes/underline.el @@ -18,6 +18,7 @@ ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;;;###autoload (defun underline-region (start end) "Underline all nonblank characters in the region. Works by overstriking underscores. @@ -33,6 +34,7 @@ which specify the range to operate on." (insert "_")) (forward-char 1))))) +;;;###autoload (defun ununderline-region (start end) "Remove all underlining (overstruck underscores) in the region. Called from program, takes two arguments START and END |