@@ -194,43 +194,7 @@ See `+writing-mode' for more information on +Writing mode.
194
194
(register-definition-prefixes " ../modules/extras/me-writing-mode" '(" +turn-on-writing-mode" " +writing-" ))
195
195
196
196
197
- ; ;; Generated autoloads from ../elisp/real-backup.el
198
197
199
- (autoload 'real-backup-cleanup " ../elisp/real-backup" " \
200
- Cleanup backups of FILENAME, keeping `real-backup-cleanup-keep' copies.
201
-
202
- (fn FILENAME)" t )
203
- (autoload 'real-backup-open-backup " ../elisp/real-backup" " \
204
- Open a backup of FILENAME or the current buffer.
205
-
206
- (fn FILENAME)" t )
207
- (defvar real-backup-mode nil " \
208
- Non-nil if Real-Backup mode is enabled.
209
- See the `real-backup-mode' command
210
- for a description of this minor mode.
211
- Setting this variable directly does not take effect;
212
- either customize it (see the info node `Easy Customization')
213
- or call the function `real-backup-mode' ." )
214
- (custom-autoload 'real-backup-mode " ../elisp/real-backup" nil )
215
- (autoload 'real-backup-mode " ../elisp/real-backup" " \
216
- Automatically backup files after saving them.
217
-
218
- This is a global minor mode. If called interactively, toggle the
219
- `Real-Backup mode' mode. If the prefix argument is positive,
220
- enable the mode, and if it is zero or negative, disable the mode.
221
-
222
- If called from Lisp, toggle the mode if ARG is `toggle' . Enable
223
- the mode if ARG is nil, omitted, or is a positive number.
224
- Disable the mode if ARG is a negative number.
225
-
226
- To check whether the minor mode is enabled in the current buffer,
227
- evaluate `(default-value \\= 'real-backup-mode)'.
228
-
229
- The mode's hook is called both when the mode is enabled and when
230
- it is disabled.
231
-
232
- (fn &optional ARG)" t )
233
- (register-definition-prefixes " ../elisp/real-backup" '(" real-backup" ))
234
198
235
199
236
200
; ;; Generated autoloads from ../elisp/valgrind.el
0 commit comments