ALT Linux Bugzilla
– Attachment 1423 Details for
Bug 9219
Correct autoloads for desktop entry mode
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Патч для desktop-entry-init.el
desktop-entry-init.diff (text/plain), 544 bytes, created by
Eugene Vlasov
on 2006-03-09 23:35:51 MSK
(
hide
)
Description:
Патч для desktop-entry-init.el
Filename:
MIME Type:
Creator:
Eugene Vlasov
Created:
2006-03-09 23:35:51 MSK
Size:
544 bytes
patch
obsolete
>--- /etc/emacs/site-start.d/desktop-entry-init.el 2006-02-21 19:57:47 +0500 >+++ .emacs.d/site-start.d/desktop-entry-init.el 2006-03-10 01:30:46 +0500 >@@ -2,5 +2,7 @@ > ;;; > > ;; load desktop-entry-mode >- (setq auto-mode-alist (append '(("\.desktop$" . desktop-entry)) auto-mode-alist)) >- >+(autoload 'desktop-entry-mode "desktop-entry-mode" "Desktop entry mode." t) >+(setq auto-mode-alist (append '(("\\.desktop$" . desktop-entry-mode)) >+ auto-mode-alist)) >+(setq auto-coding-alist (append '(("\\.desktop$" . utf-8)) auto-coding-alist))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 9219
: 1423