mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-28 19:00:42 -08:00
(auto-mode-alist): Add \\. before PDF/PS/DVI extensions. Regroup.
This commit is contained in:
parent
ecde850af0
commit
8dd4830b2a
2 changed files with 25 additions and 1 deletions
|
|
@ -1,3 +1,27 @@
|
|||
2007-10-17 Juri Linkov <juri@jurta.org>
|
||||
|
||||
* textmodes/fill.el (fill-paragraph-or-region): Remove function
|
||||
at the request of RMS.
|
||||
(fill-paragraph): Change `arg' to optional `justify'. Add interactive
|
||||
arg `region'. Fix docstring. At the first `or' branch add call to
|
||||
`fill-region' if it the region is active in transient-mark-mode.
|
||||
|
||||
* bindings.el (esc-map): Bind M-q to fill-paragraph
|
||||
instead of fill-paragraph-or-region.
|
||||
|
||||
* tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
|
||||
with fill-paragraph.
|
||||
|
||||
* textmodes/ispell.el (ispell-word): Add interactive arg `region'.
|
||||
Fix docstring.
|
||||
|
||||
* indent.el (indent-for-tab-command): Change interactive spec from
|
||||
"P" to "p". Add check for interactive arg before indenting the
|
||||
active region.
|
||||
|
||||
* files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
|
||||
Regroup.
|
||||
|
||||
2007-10-17 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* emacs-lisp/find-func.el: Don't require loadhist.
|
||||
|
|
|
|||
|
|
@ -2059,7 +2059,7 @@ ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\)\\'" . archive-mode)
|
|||
("\\.\\(as\\|mi\\|sm\\)2\\'" . snmpv2-mode)
|
||||
("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode)
|
||||
("\\.\\(dif\\|pat\\)\\'" . diff-mode) ; for MSDOG
|
||||
("\\(?:DVI\\|EPS\\|P\\(?:DF\\|S\\)\\|dvi\\|eps\\|p\\(?:df\\|s\\)\\)" . doc-view-mode)
|
||||
("\\.\\(?:PDF\\|E?PS\\|DVI\\|pdf\\|e?ps\\|dvi\\)" . doc-view-mode)
|
||||
("configure\\.\\(ac\\|in\\)\\'" . autoconf-mode)
|
||||
("BROWSE\\'" . ebrowse-tree-mode)
|
||||
("\\.ebrowse\\'" . ebrowse-tree-mode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue