From 0ac47b8da6a5140d16c53b2bc403c65cd0053917 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sun, 9 Apr 2006 02:23:47 +0000 Subject: [PATCH] Try to fix failure to recognize Muse file extension (4th attempt). * lisp/muse.el: Enter Muse mode correctly on files that are specified by the command line. git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-101 --- ChangeLog.2006 | 14 ++++++++++++++ Makefile.defs | 2 +- debian/changelog | 6 ++++++ lisp/muse.el | 2 +- 4 files changed, 22 insertions(+), 2 deletions(-) diff --git a/ChangeLog.2006 b/ChangeLog.2006 index d0680a2..a99f8b2 100644 --- a/ChangeLog.2006 +++ b/ChangeLog.2006 @@ -2,6 +2,20 @@ # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2006/muse--main--1.0 # +2006-04-09 02:23:47 GMT Michael Olson patch-101 + + Summary: + Try to fix failure to recognize Muse file extension (4th attempt). + Revision: + muse--main--1.0--patch-101 + + * lisp/muse.el: Enter Muse mode correctly on files that are specified by + the command line. + + modified files: + ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el + + 2006-04-09 01:53:19 GMT Michael Olson patch-100 Summary: diff --git a/Makefile.defs b/Makefile.defs index f72c883..a46bb44 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -20,6 +20,6 @@ INSTALLINFO = install-info --info-dir=$(INFODIR) #INSTALLINFO = install-info --section "Emacs" "emacs" --info-dir=$(INFODIR) # Useful only for the maintainer -VERSION = 3.02.90.arch.96 +VERSION = 3.02.90.arch.101 LASTUPLOAD = 3.02.6-2 BUILDOPTS = diff --git a/debian/changelog b/debian/changelog index 364f5fe..864170c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +muse-el (3.02.90.arch.101-1) unstable; urgency=low + + * New Arch snapshot. + + -- Michael W. Olson (GNU address) Sat, 8 Apr 2006 22:21:58 -0400 + muse-el (3.02.90.arch.96-1) unstable; urgency=low * New Arch snapshot. diff --git a/lisp/muse.el b/lisp/muse.el index d85b188..30912f2 100644 --- a/lisp/muse.el +++ b/lisp/muse.el @@ -134,7 +134,7 @@ This is autogenerated from `muse-ignored-extensions'.") ;; we've already started Emacs, so just update the extension now (unless (rassoc 'muse-mode-choose-mode auto-mode-alist) (muse-update-file-extension 'muse-file-extension muse-file-extension)) - (add-hook 'emacs-startup-hook + (add-hook 'after-init-hook (lambda () (unless (rassoc 'muse-mode-choose-mode auto-mode-alist) (muse-update-file-extension -- 2.11.4.GIT