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
13c00cf0
Commit
13c00cf0
authored
Mar 12, 2014
by
Juanma Barranquero
Browse files
lisp/frameset.el (frameset--jump-to-register): Add autoload.
parent
536a17e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/frameset.el
lisp/frameset.el
+1
-0
No files found.
lisp/ChangeLog
View file @
13c00cf0
2014-03-12 Juanma Barranquero <lekktu@gmail.com>
* frameset.el (frameset--jump-to-register): Add autoload; it could be
called from jump-to-register after unloading the frameset package.
2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
* simple.el (set-mark): Ensure mark-active is nil if the mark is nil
...
...
lisp/frameset.el
View file @
13c00cf0
...
...
@@ -1236,6 +1236,7 @@ All keyword parameters default to nil."
;; Register support
;;;###autoload
(
defun
frameset--jump-to-register
(
data
)
"Restore frameset from DATA stored in register.
Called from `jump-to-register'. Internal use only."
...
...
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