You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/icicles/files/icicles-byte-compile-withou...

11 lines
369 B

--- icicles-mcmd.el~ 2007-12-05 17:15:38.000000000 +0000
+++ icicles-mcmd.el 2008-01-01 19:52:19.000000000 +0000
@@ -379,6 +379,7 @@
;;; Return the number of the completion.
;;;
(or (fboundp 'old-mouse-choose-completion)
+ (not (fboundp 'mouse-choose-completion))
(fset 'old-mouse-choose-completion (symbol-function 'mouse-choose-completion)))
;;;###autoload