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
f387e1fd
Commit
f387e1fd
authored
Jan 07, 2003
by
Markus Rost
Browse files
*** empty log message ***
parent
316f9bfc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
0 deletions
+26
-0
lisp/ChangeLog
lisp/ChangeLog
+19
-0
src/ChangeLog
src/ChangeLog
+7
-0
No files found.
lisp/ChangeLog
View file @
f387e1fd
2003-01-07 Markus Rost <rost@math.ohio-state.edu>
* custom.el (custom-autoload, custom-variable-p): New functions.
* emacs-lisp/autoload.el (make-autoload): Generate
custom-autoload for autoloaded defcustoms.
* help-fns.el (describe-variable): Use custom-variable-p.
* simple.el (set-variable): Load deps of custom variables without
type.
* cus-edit.el (custom-variable-prompt): Doc change. Use
custom-variable-p.
(customize-option): Remove search in loaddefs.el.
(customize-apropos): Use custom-variable-p.
(custom-save-variables): Use custom-variable-p to detect
non-rogue variables.
2003-01-07 Francesco Potort,Al(B <pot@gnu.org>
* mail/undigest.el (unforward-rmail-message): Skip all newlines
...
...
src/ChangeLog
View file @
f387e1fd
2003-01-07 Markus Rost <rost@math.ohio-state.edu>
* minibuf.c (Fread_variable): Doc fix.
* eval.c (Fuser_variable_p): Doc change. For custom variables,
use the same test as for custom-variable-p.
2003-01-05 Richard M. Stallman <rms@gnu.org>
* xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
...
...
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