comparison lisp/completion.el @ 732:a8d94735277e

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Tue, 30 Jun 1992 13:54:21 +0000
parents 8a533acedb77
children c693d56ef36d
comparison
equal deleted inserted replaced
731:5c6db33a9ef6 732:a8d94735277e
2832 (defun completion-separator-self-insert-autofilling (arg) 2832 (defun completion-separator-self-insert-autofilling (arg)
2833 (interactive "p") 2833 (interactive "p")
2834 (use-completion-before-separator) 2834 (use-completion-before-separator)
2835 (self-insert-command arg) 2835 (self-insert-command arg)
2836 (and (> (current-column) fill-column) 2836 (and (> (current-column) fill-column)
2837 auto-fill-hook 2837 auto-fill-function
2838 (funcall auto-fill-hook)) 2838 (funcall auto-fill-function))
2839 ) 2839 )
2840 2840
2841 ;;;----------------------------------------------- 2841 ;;;-----------------------------------------------
2842 ;;; Wrapping Macro 2842 ;;; Wrapping Macro
2843 ;;;----------------------------------------------- 2843 ;;;-----------------------------------------------