FreeBSD Bugzilla – Attachment 126608 Details for
Bug 170360
[PATCH] editors/tamago: stop calling make-local-hook
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-tamago
patch-tamago (text/plain), 2.36 KB, created by
Yasuhiro Kimura
on 2012-08-03 22:20:08 UTC
(
hide
)
Description:
patch-tamago
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2012-08-03 22:20:08 UTC
Size:
2.36 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /usr0/freebsd/cvsroot/ports/editors/tamago/Makefile,v >retrieving revision 1.49 >diff -u -r1.49 Makefile >--- Makefile 3 Aug 2012 06:05:08 -0000 1.49 >+++ Makefile 3 Aug 2012 20:49:29 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= tamago > PORTVERSION= 4.0.6.0.20041122.18 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= editors elisp > MASTER_SITES= ${MASTER_SITE_DEBIAN} > MASTER_SITE_SUBDIR= pool/main/e/egg >Index: files/post-patch-egg.el >=================================================================== >RCS file: files/post-patch-egg.el >diff -N files/post-patch-egg.el >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/post-patch-egg.el 3 Aug 2012 20:42:11 -0000 >@@ -0,0 +1,14 @@ >+--- egg.el.orig 2012-08-04 05:36:35.000000000 +0900 >++++ egg.el 2012-08-04 05:39:54.000000000 +0900 >+@@ -169,7 +169,10 @@ >+ (setq egg-modeless-mode t)) >+ (setq inactivate-current-input-method-function 'egg-mode) >+ (setq describe-current-input-method-function 'egg-help) >+- (make-local-hook 'input-method-activate-hook) >++;; Stop calling make-local-hook because >++;; - make-local-hook is obsolete since 21.1 and removed at 24.1 >++;; - following add-hook call does the job. >++;; (make-local-hook 'input-method-activate-hook) >+ (add-hook 'input-method-activate-hook 'its-set-mode-line-title nil t) >+ (if (eq (selected-window) (minibuffer-window)) >+ (add-hook 'minibuffer-exit-hook 'egg-exit-from-minibuffer)) >Index: files/post-patch-menudiag.el >=================================================================== >RCS file: files/post-patch-menudiag.el >diff -N files/post-patch-menudiag.el >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/post-patch-menudiag.el 3 Aug 2012 20:42:45 -0000 >@@ -0,0 +1,14 @@ >+--- menudiag.el.orig 2001-01-28 03:53:13.000000000 +0900 >++++ menudiag.el 2012-08-04 05:41:14.000000000 +0900 >+@@ -503,7 +503,10 @@ >+ (make-local-variable 'inhibit-read-only) >+ (setq buffer-read-only t >+ inhibit-read-only nil) >+- (make-local-hook 'post-command-hook) >++;; Stop calling make-local-hook because >++;; - make-local-hook is obsolete since 21.1 and removed at 24.1 >++;; - following add-hook call does the job. >++;; (make-local-hook 'post-command-hook) >+ (add-hook 'post-command-hook 'menudiag-selection-align-to-item nil t) >+ (use-local-map menudiag-selection-map) >+ (setq mode-name "Menudiag Selection")
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 Raw
Actions:
View
Attachments on
bug 170360
: 126608