Index: emacs/lisp/obsolete/rnews.el
diff -c emacs/lisp/obsolete/rnews.el:1.5 emacs/lisp/obsolete/rnews.el:1.6
*** emacs/lisp/obsolete/rnews.el:1.5    Mon May  9 08:46:35 2005
--- emacs/lisp/obsolete/rnews.el        Thu May 26 15:24:51 2005
***************
*** 375,381 ****
    (set-syntax-table text-mode-syntax-table)
    (use-local-map news-mode-map)
    (setq local-abbrev-table text-mode-abbrev-table)
!   (run-hooks 'news-mode-hook))
  
  (defun string-subst-char (new old string)
    (let (index)
--- 375,381 ----
    (set-syntax-table text-mode-syntax-table)
    (use-local-map news-mode-map)
    (setq local-abbrev-table text-mode-abbrev-table)
!   (run-mode-hooks 'news-mode-hook))
  
  (defun string-subst-char (new old string)
    (let (index)


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to