emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ivy-posframe c43acf3 132/195: alias ivy-posframe-enable


From: Feng Shu
Subject: [elpa] externals/ivy-posframe c43acf3 132/195: alias ivy-posframe-enable as ivy-posframe-mode
Date: Sat, 3 Oct 2020 07:12:00 -0400 (EDT)

branch: externals/ivy-posframe
commit c43acf3d9f404aaa809792d98311b47e9fe7878f
Author: conao3 <conao3@gmail.com>
Commit: conao3 <conao3@gmail.com>

    alias ivy-posframe-enable as ivy-posframe-mode
---
 ivy-posframe.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ivy-posframe.el b/ivy-posframe.el
index ce38c17..2c38b26 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -535,6 +535,9 @@ selection, non-nil otherwise."
           ,@(mapcar (lambda (elm) `(advice-remove ',(car elm) #',(cdr elm))) 
advices))))))
 
 ;;;###autoload
+(defalias 'ivy-posframe-enable 'ivy-posframe-mode)
+
+;;;###autoload
 (defun ivy-posframe-demo ()
   "Toggle a demo config of ivy-posframe.
 This function is ONLY used to test ivy-posframe."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]