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

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

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

revision 1.107 by lektu, Wed Jun 29 13:56:09 2005 UTC revision 1.108 by lektu, Mon Jul 4 03:45:56 2005 UTC
# Line 44  Line 44 
44  (eval-when-compile (require 'tex-mode) (require 'cl))  (eval-when-compile (require 'tex-mode) (require 'cl))
45    
46  (defgroup texinfo nil  (defgroup texinfo nil
47    "Texinfo Mode"    "Texinfo Mode."
48    :group 'docs)    :group 'docs)
49    
50  ;;;###autoload  ;;;###autoload
# Line 701  With prefix argument or inside @code or Line 701  With prefix argument or inside @code or
701                      (setq in-env t)))))                      (setq in-env t)))))
702          (self-insert-command (prefix-numeric-value arg))          (self-insert-command (prefix-numeric-value arg))
703        (insert        (insert
704         (if (memq (char-syntax (preceding-char)) '(?\( ?> ?\ ))         (if (memq (char-syntax (preceding-char)) '(?\( ?> ?\s))
705             texinfo-open-quote             texinfo-open-quote
706           texinfo-close-quote)))))           texinfo-close-quote)))))
707    

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108

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