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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
0065bb74
Commit
0065bb74
authored
Dec 30, 2001
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
f6f79b37
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
0 deletions
+20
-0
etc/NEWS
etc/NEWS
+3
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
src/ChangeLog
src/ChangeLog
+12
-0
No files found.
etc/NEWS
View file @
0065bb74
...
...
@@ -280,6 +280,9 @@ SQL buffer.
* Lisp Changes in Emacs 21.3
** A hex escape in a string forces the string to be multibyte.
An octal escape makes it unibyte.
** The position after an invisible, intangible character
is considered an unacceptable value for point;
intangibility processing effectively treats the following character
...
...
lisp/ChangeLog
View file @
0065bb74
2001-12-29 Richard M. Stallman <rms@gnu.org>
* files.el (basic-save-buffer): If a before-write hook displays
an echo area message, pause before calling basic-save-buffer-1.
2001-12-29 Markus Rost <rost@math.ohio-state.edu>
* textmodes/reftex-global.el (reftex-query-replace-document)
...
...
src/ChangeLog
View file @
0065bb74
2001-12-29 Richard M. Stallman <rms@gnu.org>
* print.c (print_object): In multibyte string, use hex escapes.
Use octal only for unibyte strings.
(PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
* lread.c (read_escape): New arg BYTEREP for reporting whether
escape forces unibyte or multibyte.
(read1): When reading a string, take note of that info.
2001-12-29 Ken Raeburn <raeburn@gnu.org>
* abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
...
...
@@ -5,6 +15,8 @@
2001-12-29 Richard M. Stallman <rms@gnu.org>
* lisp.h (max_specpdl_size): Add declaration.
* fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
* keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
...
...
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