Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
670d85ea
Commit
670d85ea
authored
Jul 25, 2012
by
Stefan Monnier
Browse files
* lisp/mouse.el (popup-menu): Fix last change.
parent
7abaf5cc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
lisp/ChangeLog
lisp/ChangeLog
+6
-3
lisp/emacs-lisp/cl-loaddefs.el
lisp/emacs-lisp/cl-loaddefs.el
+1
-1
lisp/mouse.el
lisp/mouse.el
+1
-1
No files found.
lisp/ChangeLog
View file @
670d85ea
2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
* mouse.el (popup-menu): Fix last change.
2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
Autoload from Lisp with more care. Follow aliases when looking for
...
...
@@ -31,7 +35,6 @@
* emacs-lisp/byte-opt.el (byte-compile-inline-expand):
* calc/calc.el (name): Use autoloadp & autoload-do-load.
2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
* international/mule-cmds.el (ucs-insert): Mark it as an obsolete
...
...
@@ -88,8 +91,8 @@
2012-07-21 Leo Liu <sdl.web@gmail.com>
* progmodes/cc-cmds.el (c-defun-name):
Use
match-string-no-properties instead for consistency.
* progmodes/cc-cmds.el (c-defun-name):
Use
match-string-no-properties instead for consistency.
2012-07-20 Leo Liu <sdl.web@gmail.com>
...
...
lisp/emacs-lisp/cl-loaddefs.el
View file @
670d85ea
...
...
@@ -260,7 +260,7 @@ Remove from SYMBOL's plist the property PROPNAME and its value.
;;;;;; cl-do cl-loop cl-return-from cl-return cl-block cl-etypecase
;;;;;; cl-typecase cl-ecase cl-case cl-load-time-value cl-eval-when
;;;;;; cl-destructuring-bind cl-function cl-defmacro cl-defun cl-gentemp
;;;;;; cl-gensym) "
cl-macs
" "
cl-macs.el
" "
6b06545d8d17e8b902435f08be6ac0c2
")
;;;;;; cl-gensym) "
cl-macs
" "
cl-macs.el
" "
db390970b6e9bd057169b197d5189781
")
;;; Generated autoloads from cl-macs.el
(autoload 'cl-gensym "
cl-macs
" "
\
...
...
lisp/mouse.el
View file @
670d85ea
...
...
@@ -116,7 +116,7 @@ PREFIX is the prefix argument (if any) to pass to the command."
(
setq
position
(
cond
((
eq
position
'point
)
(
let*
((
pp
(
posn-at-point
pos
window
))
(
let*
((
pp
(
posn-at-point
))
(
xy
(
posn-x-y
pp
)))
(
list
(
list
(
car
xy
)
(
cdr
xy
))
(
posn-window
pp
))))
((
not
position
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment